|
|
const char * | c_str () const |
| |
|
bool | CreateDirectoriesRecursively () const |
| |
|
bool | CreateFolder () const |
| |
|
bool | DirectoryExists () const |
| |
|
bool | FileOrDirectoryExists () const |
| |
|
| FilePath (const FilePath &rhs) |
| |
|
| FilePath (const std::string &pathname) |
| |
|
bool | IsAbsolutePath () const |
| |
|
bool | IsDirectory () const |
| |
|
bool | IsEmpty () const |
| |
|
bool | IsRootDirectory () const |
| |
|
FilePath & | operator= (const FilePath &rhs) |
| |
|
FilePath | RemoveDirectoryName () const |
| |
|
FilePath | RemoveExtension (const char *extension) const |
| |
|
FilePath | RemoveFileName () const |
| |
|
FilePath | RemoveTrailingPathSeparator () const |
| |
|
void | Set (const FilePath &rhs) |
| |
|
const std::string & | string () const |
| |