INtime SDK Help
CreateDirectory (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > CreateDirectory (iwin32)

Creates a new directory.

BOOLEAN CreateDirectory(
    LPCTSTR lpPathName,
    LPSECURITY_ATTRIBUTES lpSecurityAttributes
);

Parameters

lpPathName
Pointer to a null-terminated string that specifies the directory path to create.
lpSecurityAttributes
Ignored; set to NULL.

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/winbase.h windows.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

iwin32 API, iwin32 Overview