...
Returns the default directory that Shogun that Shogun Post's Open and Save As dialog boxes initialize to, or the default directory of the Export dialog if the -e
flag is specified.
...
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
fullPath | 0 | — | — | This flag will add the scene name and ".vdf" extension to the returned path. By default, just the directory is returned. |
e | 0 | — | — | This flag will return the default directory that Shogun thatShogun Post's Export dialog initializes to instead of the Open and Save dialog boxes default. |
...
Returns the full path to the default directory that Shogun that Shogun Post's Open and Save As dialog boxes initialize to.
Examples
Code Block | ||
---|---|---|
| ||
// Launch the file dialog and get the directory location that they chose |
...
loadFile; |
...
...
// Should return the directory of the file the user chose in the |
...
// Open File dialog. |
...
string $str = `getSavePath`; |
...
print $str; |
Additional information
Related commands
...