File Picker Options
Common PickerOptions
Title
Gets or sets the text that appears in the title bar of a picker.
SuggestedStartLocation
Gets or sets the initial location where the file open picker looks for files to present to the user.
Can be obtained from previously picked folder or using StorageProvider.TryGetFolderFromPathAsync or StorageProvider.TryGetWellKnownFolderAsync.
примечание
This is a suggestion for the system, that can ignore this parameter, if application doesn't have access to the folder or it doesn't exist.
примечание
On Linux some DBus file picker don't support start location. For using GTK Free Desktop disable UseDBusFilePicker in X11PlatformOptions