Retrieves the current directory for the current process
#include <WinAPIFiles.au3>
_WinAPI_GetCurrentDirectory ( )
Success: | The absolute path to the current directory. |
Failure: | Empty string, call _WinAPI_GetLastError() to get extended error information. |
Search GetCurrentDirectory in MSDN Library.