Creates a new directory.
BOOLEAN CreateRtDirectory( LPCTSTR lpPathName, LPVOID _reserved );
lpPathName
_reserved
TRUE on success. FALSE on failure. Possible failures include the following (returned from GetLastRtError()):
Status value | Meaning |
---|---|
E_FNEXIST | One or more of the intermediate directories does not exist |
E_FEXIST | The directory already exists |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |