#include <ctfilesystem2.h>
Public Member Functions | |
CTDirectory () | |
CTDirectory (CTPointer< CTCardFS > medium, const string &path) | |
~CTDirectory () | |
CTError | openDirectory () |
CTError | closeDirectory () |
CTError | createDirectory (unsigned int attribs=CTDirEntry::Attr_USED|CTDirEntry::Attr_READ|CTDirEntry::Attr_WRITE) |
CTError | removeDirectory () |
CTError | renameDirectory (const string &n) |
CTError | firstEntry (CTDirEntry &de) |
CTError | nextEntry (CTDirEntry &de) |
CTError | entry (CTDirEntry &de, int idx) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|