#include "String.h"Go to the source code of this file.
Namespaces | |
| namespace | NWildcard |
Classes | |
| struct | NWildcard::CItem |
| class | NWildcard::CCensorNode |
| struct | NWildcard::CPair |
| class | NWildcard::CCensor |
Functions | |
| void | SplitPathToParts (const UString &path, UStringVector &pathParts) |
| void | SplitPathToParts (const UString &path, UString &dirPrefix, UString &name) |
| UString | ExtractDirPrefixFromPath (const UString &path) |
| UString | ExtractFileNameFromPath (const UString &path) |
| bool | DoesNameContainWildCard (const UString &path) |
| bool | CompareWildCardWithName (const UString &mask, const UString &name) |
| bool | AreTheFileNamesDirDelimiterEqual (const UString &name1, const UString &name2) |
| void SplitPathToParts | ( | const UString & | path, | |
| UStringVector & | pathParts | |||
| ) |
1.5.6