Group: File Management - Library: kernel32
Current directory of the application
BOOL SetCurrentDirectory(
LPCTSTR lpPathName
);
DECLARE INTEGER SetCurrentDirectory IN kernel32;
STRING lpPathName
lpPathName [in] Pointer to a null-terminated string that specifies the path to the new current directory.
If the function succeeds, the return value is nonzero.
Home