-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-essentialsEssentials: Device, Display, Connectivity, Secure Storage, Sensors, App InfoEssentials: Device, Display, Connectivity, Secure Storage, Sensors, App Infoproposal/opent/enhancement ☀️New feature or requestNew feature or request
Milestone
Description
Description
I would love to have the ability to set a default directory in the FilePicker type. i.e. Set FilePicker to a specific directory when it displays to the user.
Public API Changes
public class PickOptions
{
public PickOptions();
public static PickOptions Default { get; }
public static PickOptions Images { get; }
public string? PickerTitle { get; set; }
public FilePickerFileType? FileTypes { get; set; }
--> public string BaseDirectory? {get; set;}
}
}
Intended Use-Case
In my application I have the ability for users to Open and Backup/Restore project files. Currently when "Open Project" is selected the FilePicker opens in the Documents directory. Being able to set a default directory for the picker to open too would save a lot of support issues once a production release is pushed out.
janseris, SommerEngineering, leoderja, JeanMarcFlamand, tpetchel and 13 more
Metadata
Metadata
Assignees
Labels
area-essentialsEssentials: Device, Display, Connectivity, Secure Storage, Sensors, App InfoEssentials: Device, Display, Connectivity, Secure Storage, Sensors, App Infoproposal/opent/enhancement ☀️New feature or requestNew feature or request