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 by Valik, on Mar 16, 2009 at 7:39:06 AM

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, on Mar 16, 2009 at 8:33:32 AM

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.