Modify ↓
#866 closed Feature Request (Rejected)
new function FileGetDir( )
| Reported by: | txj | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | FileGetDir | Cc: |
Description
Hi !
I hope add a new function called FileGetDir( ) to get current directory of specific drive.
for example:
FileGetDir( "C:") ; get current directory of drive C: FileGetDir( "D:") ; get current directory of drive D: FileGetDir( "E:") ; get current directory of drive E:
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
| Version: | 3.3.0.0 |
comment:2 by , 17 years ago
Replying to Valik:
Nothing is stopping you from calling _getdcwd() via DllCall().
Sorry, could you give me demo code to call _getdcwd( ) via DllCall( ).
Note:
See TracTickets
for help on using tickets.

Nothing is stopping you from calling _getdcwd() via DllCall().