SECFileSystem::DirectoryExists
BOOLSECFileSystem::DirectoryExists(const CString&Path)
Determines if a directory exists.
Defined in: filesys.cpp
Return Value
Nonzero if directory exists; 0 if directory does not exist.
Parameters
Path
The name of the directory to test the existence of.
Example
BOOL bExists = fs.DirectoryExists("c:\\temp");
See Also