Skip to main content

show_open_folder_dialog

Function show_open_folder_dialog 

Source
pub fn show_open_folder_dialog(
    options: NativeFileDialogOptions,
    callback: impl FnOnce(NativeFileDialogResult) + 'static,
) -> Option<NativeFileDialogRequest>