GetFileSaveDlgTitle
The GetFileSaveDlgTitle function returns the current title used for Save As dialogs.
sTitle = GetFileSaveDlgTitle()
where sTitle is a string.
On success, the current title is returned.
On failure, "Save" is returned.
This command is normally used with the companion SetFileSaveDlgTitle method for manipulating the title of the Save As dialog to tune it to specific cases.
This script sets the dialog title on 2 occasions, then restores it to the default.
|
-- fetch the original title |
|
-- set a new title |
|
-- uses the new title |
|
|
|
-- change the title again |
|
-- uses the second title |
|
|
|
-- restore the original title |
SetFileSaveDlgTitle, SetFileOpenDlgTitle, GetFileName
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.