PyMaterialXFormat.FilePath¶
- class FilePath¶
Bases:
pybind11_objectA generic file path, supporting both syntactic and file system operations.
Methods
__init__(*args, **kwargs)Overloaded function.
addExtension(self, arg0)asString(self, format)createDirectory(self)exists(self)getBaseName(self)getExtension(self)getFilesInDirectory(self, arg0)getNormalized(self)getParentPath(self)getSubDirectories(self)isAbsolute(self)isDirectory(self)isEmpty(self)removeExtension(self)size(self)Methods¶
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: PyMaterialXFormat.FilePath) -> None
__init__(self: PyMaterialXFormat.FilePath, arg0: str) -> None
- asString(self: FilePath, format: Format = <Format.FormatPosix: 1>) str¶