INtime SDK Help
CreateRtDirectory
INtime SDK v6 > About INtime > INtime Kernel > Files > CreateRtDirectory

Creates a new directory.


BOOLEAN CreateRtDirectory(
    LPCTSTR lpPathName,
    LPVOID _reserved
);

Parameters

lpPathName
The path of the directory to be created.
_reserved
Unused in this version of INtime. Set to zero.

Return value

Returns TRUE on success. On failure returns FALSE and the status code may be obtained by calling GetLastRtError.

Possible status codes include:

E_FEXIST
The directory already exists
E_FNEXIST
One or mote of the intermediate directories does not exist

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also