Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 follow-up: Changed 15 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed
  • Version 3.3.0.0 deleted

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

comment:2 in reply to: ↑ 1 Changed 15 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.