Go to: Synopsis. Return value. Related. Flags. MEL examples.
crashInfo [-crashFile] [-savedBeforeCrash]
crashInfo is undoable, queryable, and NOT editable.
Provides an interface to the crash file information.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-crashFile(-cf)
|
|
|
||
|
||||
-savedBeforeCrash(-sbc)
|
|
|
||
|
||||
// query the crash file full path name // crashInfo -q -cf // Result: C:/Users/maya/AppData/Local/Temp/maya.20160413.2009.ma // // query the saved file full path name before crash // crashInfo -q -sbc // Result: C:/Users/maya/Documents/maya/projects/default/scenes/test.mb //