GetFileOpenDlgTitle
The GetFileOpenDlgTitle function returns the current title used for Open dialogs.
sTitle = GetFileOpenDlgTitle()
where sTitle is a string.
On success, the current title is returned.
On failure, "Open" is returned.
This command is normally used with the companion SetFileOpenDlgTitle method for manipulating the title of the Open 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 |
SetFileOpenDlgTitle, SetFileSaveDlgTitle, GetFileName
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.