OpenFileDialogIHandlerFilenames Property |
Gets the full path of the files selected by the user, when
MultiSelect is true.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax IEnumerable<string> Filenames { get; }
ReadOnly Property Filenames As IEnumerable(Of String)
Get
abstract Filenames : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringThe full path of the files selected, or a single file if
MultiSelect is false.
Remarks
This will return a single file name if
MultiSelect is false.
See Also