MaterialX 1.38.2
Classes | Typedefs | Functions
File.h File Reference

Cross-platform support for file and search paths. More...

#include <MaterialXFormat/Export.h>
#include <MaterialXCore/Util.h>

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.
 

Detailed Description

Cross-platform support for file and search paths.