Returns the name of the last opened file.
Useful when querying the scene for the last file opened. This gives you the last file imported if there was one imported into the scene.
Data retrieval
getLastFile [-noExtension] |
None
See above syntax.
string
//query the latest file path and //print it to the command log string $temp = `getLastFile`; print $temp ; |