SECFileSystem::GetFileSystemList
CStringList *SECFileSystem::GetFileSystemList(void)
Returns a list of available filesystems.
Defined in: filesys.cpp
Return Value
A list of filesystem names. Items from this list can be directly passed to ChangeFileSystem.
Comments
To return a list of available filesystems (i.e., drives).
Example
CStringList *pFSList = fs.GetFileSystemList();
Developer Notes
The user will have to delete the CStringList returned.
See Also