Inheritance diagram for CDir:
Public Methods | |
CDir () | |
virtual | ~CDir () |
std::string | Search () |
void | Rewind (const std::string &="*") |
void | Open (const std::string &,bool=false) |
bool | IsSubDir () |
bool | IsInDir (const std::string &,bool=false) |
void | CreateFile (const std::string &) const |
void | DeleteFile (const std::string &) const |
std::string | GetPath () const |
|
Creates a file
|
|
Deletes a file.
|
|
Get the current opened path. |
|
Check if a component is in the current directory.
|
|
Checks if the current selection is a directory.
|
|
Open a path.
|
|
Rewind the search data structure
|
|
Read the search data structure to find the next pattern.
|
|
|