Funktionreferenz


_WinAPI_GetCurrentDirectory


Retrieves the current directory for the current process

#include <WinAPIFiles.au3>
_WinAPI_GetCurrentDirectory ( )

Parameter

None.

Rückgabewert

Success: The absolute path to the current directory.
Failure: Empty string, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach GetCurrentDirectory in der MSDN Bibliothek.