ezEngine  Release 25.03
ezPathUtils Member List

This is the complete list of members for ezPathUtils, including all inherited members.

ContainsInvalidFilenameChars(ezStringView sPath)ezPathUtilsstatic
FindPreviousSeparator(const char *szPathStart, const char *szStartSearchAt)ezPathUtilsstatic
GetFileDirectory(ezStringView sPath)ezPathUtilsstatic
GetFileExtension(ezStringView sPath, bool bFullExtension=false)ezPathUtilsstatic
GetFileName(ezStringView sPath, bool bRemoveFullExtension=false)ezPathUtilsstatic
GetFileNameAndExtension(ezStringView sPath)ezPathUtilsstatic
GetRootedPathParts(ezStringView sPath, ezStringView &ref_sRoot, ezStringView &ref_sRelPath)ezPathUtilsstatic
GetRootedPathRootName(ezStringView sPath)ezPathUtilsstatic
GetWithoutExtension(ezStringView sPath, bool bRemoveFullExtension=false)ezPathUtilsstatic
HasAnyExtension(ezStringView sPath)ezPathUtilsstatic
HasExtension(ezStringView sPath, ezStringView sExtension)ezPathUtilsstatic
IsAbsolutePath(ezStringView sPath)ezPathUtilsstatic
IsPathSeparator(ezUInt32 c)ezPathUtilsstatic
IsRelativePath(ezStringView sPath)ezPathUtilsstatic
IsRootedPath(ezStringView sPath)ezPathUtilsstatic
IsSubPath(ezStringView sPrefixPath, ezStringView sFullPath)ezPathUtilsstatic
IsSubPath_NoCase(ezStringView sPrefixPath, ezStringView sFullPath)ezPathUtilsstatic
IsValidFilenameChar(ezUInt32 uiCharacter)ezPathUtilsstatic
MakeValidFilename(ezStringView sFilename, ezUInt32 uiReplacementCharacter, ezStringBuilder &out_sFilename)ezPathUtilsstatic
OsSpecificPathSeparatorezPathUtilsstatic