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