#include "String.h"Go to the source code of this file.
Namespaces | |
| namespace | NWindows |
| namespace | NWindows::NFile |
| namespace | NWindows::NFile::NName |
| namespace | NWindows::NFile::NName::NPathType |
Classes | |
| struct | NWindows::NFile::NName::CParsedPath |
Enumerations | |
| enum | NWindows::NFile::NName::NPathType::EEnum { NWindows::NFile::NName::NPathType::kLocal, NWindows::NFile::NName::NPathType::kUNC } |
Functions | |
| void | NWindows::NFile::NName::NormalizeDirPathPrefix (CSysString &dirPath) |
| EEnum | NWindows::NFile::NName::NPathType::GetPathType (const UString &path) |
| void | NWindows::NFile::NName::SplitNameToPureNameAndExtension (const UString &fullName, UString &pureName, UString &extensionDelimiter, UString &extension) |
Variables | |
| const TCHAR | NWindows::NFile::NName::kDirDelimiter = '\\' |
| const TCHAR | NWindows::NFile::NName::kAnyStringWildcard = '*' |
1.5.6