Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 by Valik, 17 years ago

Resolution: Rejected
Status: newclosed
Version: 3.3.0.0

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

in reply to:  1 comment:2 by anonymous, 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( ).

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.