Click or drag to resize

FileDialogDirectory Property

Gets or sets the directory the file dialog will show files.

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

Property Value

Type: Uri
The directory.
Remarks
You can use GetFolderPath(EtoSpecialFolder) to set the initial value of the directory, though the user should be able to change the folder and keep it
See Also