OpenSaveDialogFileName Property
Gets or sets a string containing the file name selected in the
OpenSaveDialog.
Namespace: BeeMobile.OpenSaveDialogAssembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
public string FileName { get; }
Public ReadOnly Property FileName As String
Get
Property Value
String The returned string contains the file name only. To get the file name along with the path see
FullFileName.