24 #ifndef PXR_BASE_TF_PATH_UTILS_H
25 #define PXR_BASE_TF_PATH_UTILS_H
59 bool allowInaccessibleSuffix =
false,
73 bool stripDriveSpecifier =
false);
94 std::string::size_type
141 std::vector<std::string>
TfGlob(std::vector<std::string>
const& paths,
GLsizei const GLchar *const * string
GLsizei const GLchar *const * path
TF_API std::string TfNormPath(std::string const &path, bool stripDriveSpecifier=false)
TF_API std::string TfRealPath(std::string const &path, bool allowInaccessibleSuffix=false, std::string *error=0)
#define ARCH_GLOB_DEFAULT
TF_API std::string TfReadLink(std::string const &path)
TF_API bool TfIsRelativePath(std::string const &path)
Return true if and only if a path is relative (not absolute).
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
TF_API std::string TfAbsPath(std::string const &path)
TF_API std::string::size_type TfFindLongestAccessiblePrefix(std::string const &path, std::string *error=0)
TF_API std::vector< std::string > TfGlob(std::vector< std::string > const &paths, unsigned int flags=ARCH_GLOB_DEFAULT)
TF_API std::string TfGetExtension(std::string const &path)