fileTitle

Type: String

The fileTitle property of the CMDFileSave class contains the name without the path of the file to save in the common File Save dialog.

When the user selects a file and clicks the OK button in the dialog, the fileTitle property contains a value that can then be used save the selected file.

If the value of the validate property is set to false, the fileTitle property does not return a value. If the allowMultiSelect property is set to true and more than one file is selected, the fileTitle property is not set.