![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiPathUtils, including all inherited members.
ContainsInvalidFilenameChars(xiiStringView sPath) | xiiPathUtils | static |
FindPreviousSeparator(const char *szPathStart, const char *szStartSearchAt) | xiiPathUtils | static |
GetFileDirectory(xiiStringView sPath) | xiiPathUtils | static |
GetFileExtension(xiiStringView sPath, bool bFullExtension=false) | xiiPathUtils | static |
GetFileName(xiiStringView sPath, bool bRemoveFullExtension=false) | xiiPathUtils | static |
GetFileNameAndExtension(xiiStringView sPath) | xiiPathUtils | static |
GetRootedPathParts(xiiStringView sPath, xiiStringView &ref_sRoot, xiiStringView &ref_sRelPath) | xiiPathUtils | static |
GetRootedPathRootName(xiiStringView sPath) | xiiPathUtils | static |
HasAnyExtension(xiiStringView sPath) | xiiPathUtils | static |
HasExtension(xiiStringView sPath, xiiStringView sExtension) | xiiPathUtils | static |
IsAbsolutePath(xiiStringView sPath) | xiiPathUtils | static |
IsPathSeparator(xiiUInt32 c) | xiiPathUtils | static |
IsRelativePath(xiiStringView sPath) | xiiPathUtils | static |
IsRootedPath(xiiStringView sPath) | xiiPathUtils | static |
IsSubPath(xiiStringView sPrefixPath, xiiStringView sFullPath) | xiiPathUtils | static |
IsSubPath_NoCase(xiiStringView sPrefixPath, xiiStringView sFullPath) | xiiPathUtils | static |
IsValidFilenameChar(xiiUInt32 uiCharacter) | xiiPathUtils | static |
MakeValidFilename(xiiStringView sFilename, xiiUInt32 uiReplacementCharacter, xiiStringBuilder &out_sFilename) | xiiPathUtils | static |
OsSpecificPathSeparator | xiiPathUtils | static |