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