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