Changes the current directory for the current thread.
BOOLEAN SetCurrentRtThreadDirectory( LPSTR lpPathName );
The string must not exceed MAX_PATH characters, including the terminating null character.
Each thread has a single current directory.
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE. To get extended error information, call GetLastRtError.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |