FilePickerFilePath Property |
Gets or sets the full path of the file that is selected.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string FilePath { get; set; }
Public Property FilePath As String
Get
Set
member FilePath : string with get, set
Property Value
Type:
StringThe path of the file.
See Also