SECFileSystem::ChangeDirectory

BOOLSECFileSystem::ChangeDirectory(const CString&NewDirectory)

Changes the current working directory.

Defined in: filesys.cpp

Return Value

Nonzero if successful; 0 if an error occurred.

Parameters

NewDirectory

Name of the directory to change to.

Comments

To change the current working directory.

Example

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

See Also

SECFileSystem  GetCurrentDirectory