###User Defined Function###
_WinAPI_GetCurrentDirectory

###Description###
Retrieves the current directory for the current process.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetCurrentDirectory (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The absolute path to the current directory.
Failure 	Empty string, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetCurrentDirectory
