Creates a new directory.
BOOLEAN CreateRtDirectory(
LPCTSTR lpPathName,
LPVOID _reserved
);
lpPathName
_reserved
Returns TRUE on success. On failure returns FALSE and the status code may be obtained by calling GetLastRtError.
Possible status codes include:
E_FEXIST
E_FNEXIST
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |