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)
comment:1 follow-up: ↓ 2 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
- Version 3.3.0.0 deleted
comment:2 in reply to: ↑ 1 Changed 16 years ago by anonymous
Replying to Valik:
Nothing is stopping you from calling _getdcwd() via DllCall().
Sorry, could you give me demo code to call _getdcwd( ) via DllCall( ).
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Nothing is stopping you from calling _getdcwd() via DllCall().