FileTitle Property

Applies To

Common dialog1H1HYJI (file dialog).

Description

Returns the name (without the path) of the file to open or save.  Not available at design time and read-only at run time.

Usage

[form.]CMDialog.FileTitle

Remarks

When the user selects a file and clicks the dialog box's OK button, the FileTitle property takes a value that can then be used to open or save the selected file.

 

Note   If the OFN_NOVALIDATE flag is set, the FileTitle property will not return a value.

 

Data Type

String7WSH0XQ