PyMel v1.0.0 docs document a saveFile() function, but it's not in Maya 2011's pymel. Is this a known issue, or am I missing something?
Interestingly enough:
pm.mel.file(save=True,force=True)
doesn't work...
In the meantime:
pm.mel.eval('file -save -force')
will have to suffice?
--
http://groups.google.com/group/python_inside_maya
