SECFileSystem::MakeDirectory

BOOLSECFileSystem::MakeDirectory(const CString&NewDirectory)

Creates a subdirectory.

Defined in: filesys.cpp

Return Value

Nonzero if successful; 0 if an error occurred.

Parameters

NewDirectory

The name of the new directory.

Example

BOOL bRetVal = fs.MakeDirectory("c:\\foo\\bar");

See Also

SECFileSystem  MakePath  DeleteDirectory