Click or drag to resize

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; }

Property Value

Type: IEnumerableString
The 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