OpenFileDialogFilenames 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 public IEnumerable<string> Filenames { get; }
Public ReadOnly Property Filenames As IEnumerable(Of String)
Get
member 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