...
Gets the auto-save file location
Shogun Post Shogun Post has an auto scene-saving feature which automatically saves your scene after a specified period of time since the last file save performed.
...
Returns the full path to the auto-save file location.
Examples
Code Block | ||
---|---|---|
| ||
// Set the auto-save file to be "C:/Temp/AutoSaveFile.hdf" |
...
setAutoSaveFile "C:/Temp/AutoSaveFile.hdf"; |
...
...
// Now print it out - it should match what we just set it to |
...
string $str = `getAutoSaveFile`; |
...
print $str; |
Scroll pagebreak |
---|
Additional information
...