Function Reference


_WinAPI_GetCurrentDirectory

Retrieves the current directory for the current process

#include <WinAPIFiles.au3>
_WinAPI_GetCurrentDirectory ( )

Return Value

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

See Also

Search GetCurrentDirectory in MSDN Library.