|
| FilePath (const FilePath &rhs) |
|
| FilePath (const char *pathname) |
|
| FilePath (const String &pathname) |
|
FilePath & | operator= (const FilePath &rhs) |
|
void | Set (const FilePath &rhs) |
|
String | ToString () const |
|
const char * | c_str () const |
|
bool | IsEmpty () const |
|
FilePath | RemoveTrailingPathSeparator () const |
|
FilePath | RemoveDirectoryName () const |
|
FilePath | RemoveFileName () const |
|
FilePath | RemoveExtension (const char *extension) const |
|
bool | CreateDirectoriesRecursively () const |
|
bool | CreateFolder () const |
|
bool | FileOrDirectoryExists () const |
|
bool | DirectoryExists () const |
|
bool | IsDirectory () const |
|
bool | IsRootDirectory () const |
|
bool | IsAbsolutePath () const |
|
The documentation for this class was generated from the following files:
- Build/UnitTest/gtest/gtest.h
- Build/UnitTest/gtest-all.cc