INtime SDK Help
CreateRtDirectory
INtime SDK v7.1 > 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

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

Requirements

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

See Also