Changes the current directory for the current process
#include <WinAPIFiles.au3>
_WinAPI_SetCurrentDirectory ( $sDir )
$sDir | The path to the new current directory. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information. |
Search SetCurrentDirectory in MSDN Library.