###User Defined Function###
_WinAPI_SetCurrentDirectory

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

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_SetCurrentDirectory ( $sDir )


###Parameters###
@@ParamTable@@
$sDir
	The path to the new current directory.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ SetCurrentDirectory
