This is the complete list of members for ON_FileSystemPath, including all inherited members.
AlternateDirectorySeparator | ON_FileSystemPath | static |
AlternateDirectorySeparatorAsChar | ON_FileSystemPath | static |
CleanPath(bool bTrimLeft, bool bTrimRight, bool bAllowWindowsUNCHostNameOrDiskLetter, bool bDeleteWindowsUNCHostNameOrDiskLetter, const wchar_t directory_separator, const wchar_t *dirty_path) | ON_FileSystemPath | static |
CleanPath(const wchar_t *dirty_path) | ON_FileSystemPath | static |
CombinePaths(const wchar_t *left_side, bool bLeftSideContainsFileName, const wchar_t *right_side, bool bRightSideContainsFileName, bool bAppendTrailingDirectorySeparator) | ON_FileSystemPath | static |
CurrentDirectory(bool bWithTrailingDirectorySeparator) | ON_FileSystemPath | static |
DirectoryFromPath(const wchar_t *path) | ON_FileSystemPath | static |
DirectorySeparator | ON_FileSystemPath | static |
DirectorySeparatorAsChar | ON_FileSystemPath | static |
FileNameExtensionFromPath(const wchar_t *path) | ON_FileSystemPath | static |
FileNameFromPath(const wchar_t *path, bool bIncludeExtension) | ON_FileSystemPath | static |
FilePathHas3dmExtension(const wchar_t *file_path, bool bAllow3dmbakExtension) | ON_FileSystemPath | static |
FilePathHas3dmExtension(const char *file_path, bool bAllow3dmbakExtension) | ON_FileSystemPath | static |
FullPathFromRelativePath(const wchar_t *base_path, bool bBasePathIncludesFileName, const wchar_t *relative_path) | ON_FileSystemPath | static |
IsDirectory(const char *path) | ON_FileSystemPath | static |
IsDirectory(const wchar_t *path) | ON_FileSystemPath | static |
IsDirectorySeparator(char c, bool bAllowAlternate) | ON_FileSystemPath | static |
IsDirectorySeparator(wchar_t c, bool bAllowAlternate) | ON_FileSystemPath | static |
IsFile(const char *path) | ON_FileSystemPath | static |
IsFile(const wchar_t *path) | ON_FileSystemPath | static |
IsRelativePath(const wchar_t *path, const wchar_t directory_separator) | ON_FileSystemPath | static |
IsRelativePath(const wchar_t *path) | ON_FileSystemPath | static |
IsValidFileName(const char *file_name, bool bAllPlatforms) | ON_FileSystemPath | static |
IsValidFileName(const wchar_t *file_name, bool bAllPlatforms) | ON_FileSystemPath | static |
PathExists(const char *path) | ON_FileSystemPath | static |
PathExists(const wchar_t *path) | ON_FileSystemPath | static |
PathId enum name | ON_FileSystemPath | |
PlatformPath(ON_FileSystemPath::PathId path_id) | ON_FileSystemPath | static |
PlatformPathIgnoreCase() | ON_FileSystemPath | static |
RelativePath(const wchar_t *full_path, bool bFullPathIncludesFileName, const wchar_t *base_path, bool bBasePathIncludesFileName) | ON_FileSystemPath | static |
RemoveFileName(const wchar_t *path, ON_wString *file_name) | ON_FileSystemPath | static |
RemoveVolumeName(const wchar_t *path, ON_wString *volume_name) | ON_FileSystemPath | static |
SplitPath(const char *path, ON_String *volume, ON_String *dir, ON_String *file_name_stem, ON_String *file_name_ext) | ON_FileSystemPath | static |
SplitPath(const char *path, ON_wString *volume, ON_wString *dir, ON_wString *file_name_stem, ON_wString *file_name_ext) | ON_FileSystemPath | static |
SplitPath(const wchar_t *path, ON_wString *volume, ON_wString *dir, ON_wString *file_name_stem, ON_wString *file_name_ext) | ON_FileSystemPath | static |
SplitPath(const wchar_t *path, ON_wString *volume, ON_wString *dir, ON_wString *file_name_stem_and_extension) | ON_FileSystemPath | static |
VolumeAndDirectoryFromPath(const wchar_t *path) | ON_FileSystemPath | static |
VolumeFromPath(const wchar_t *path) | ON_FileSystemPath | static |