Gets the file name and extension of the current file.
Public ReadOnly Property Name As String
Dim instance As FileDialogFileInfo Dim value As String value = instance.Name
public string Name { get; }
public: property String^ Name { String^ get (); }
public function get Name () : String
The file name and extension of the current file.
Folder information for the file is not returned.