MaterialX 1.38.2
|
Cross-platform support for file and search paths. More...
Go to the source code of this file.
Classes | |
class | FilePath |
A generic file path, supporting both syntactic and file system operations. More... | |
class | FileSearchPath |
A sequence of file paths, which may be queried to find the first instance of a given filename on the file system. More... | |
Typedefs | |
using | FilePathVec = vector< FilePath > |
Functions | |
FileSearchPath | getEnvironmentPath (const string &sep=PATH_LIST_SEPARATOR) |
Return a FileSearchPath object from search path environment variable. | |
Cross-platform support for file and search paths.