Anyone have an old plugin to open a Save File dialog box that allows a suggested file name? The native FileSaveBox will not show a filename even if the variable is already set.
For instance:
SetVar "[SaveZIP]" "[JobNum]-[fDateTime].zip"
FileSaveBox "[JobNum]-[fDateTime]" "ZIP File|*.zip" "[PubDir]" "[SaveZIP]"
doesn't work.
Anyone have an old plugin to open a Save File dialog box that allows a suggested file name? The native FileSaveBox will not show a filename even if the variable is already set.
For instance:
SetVar "[SaveZIP]" "[JobNum]-[fDateTime].zip"
FileSaveBox "[JobNum]-[fDateTime]" "ZIP File|*.zip" "[PubDir]" "[SaveZIP]"
doesn't work.