pub fn pick_writable_folder() -> PickerFuture<Result<Option<String>, FilePickerError>>Expand description
Presents the writable-folder picker and resolves to a durable handle (or
None if cancelled). Async; drive it from LaunchedEffectAsync.
pub fn pick_writable_folder() -> PickerFuture<Result<Option<String>, FilePickerError>>Presents the writable-folder picker and resolves to a durable handle (or
None if cancelled). Async; drive it from LaunchedEffectAsync.