pymel.core.system.Path¶
- class Path(other='')¶
A basic Maya file class. it gets most of its power from the path class written by Jason Orendorff. see path.py for more documentation.
- getTypeName(**kwargs)¶
Set the type of this file. By default this can be any one of: mayaAscii, mayaBinary, mel, OBJ, directory, plug-in, audio, move, EPS, Adobe(R) Illustrator(R), imageplug-ins may define their own types as well.Return a string array of file types that match this file.
Derived from mel command maya.cmds.file
- setSubType(**kwargs)¶