OpenSaveDialogFormFullFileName Property

Gets or sets a string containing the file name and the path selected in the OpenSaveDialog.

Definition

Namespace: BeeMobile.OpenSaveDialog
Assembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
C#
public string FullFileName { get; }

Property Value

String

Remarks

The returned string contains the file name along with file path. To get just the file name see FileName

See Also