Click or drag to resize

FileDialogFileName Property

Gets or sets the full name and path of the file that is selected

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string FileName { get; set; }

Property Value

Type: String
The name of the file.
See Also