FileDialog.FileTitle Property

 FileDialog.FileTitle  (read-only, String)
 
On successful return from ShowOpen() or ShowSave() contains the bare file name of the selected file, with path and drive info removed.

Syntax

FileDialog.FileTitle

The property syntax has these parts:

Part Description
Value (String) On successful return from ShowOpen() or ShowSave() contains the bare file name of the selected file, with path and drive info removed.

Remarks