pymel.core.system.Path

digraph inheritance481f540e22 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "Path" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.system.Path",style="setlinewidth(0.5)",tooltip="A basic Maya file class. it gets most of its power from the path class written by Jason Orendorff.",height=0.25,shape=box,fontsize=8]; "path" -> "Path" [arrowsize=0.5,style="setlinewidth(0.5)"]; "path" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",style="setlinewidth(0.5)",tooltip="Represents a filesystem path.",height=0.25,shape=box,fontsize=8]; }

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)