pub fn open_file(
options: FileDialogOptions,
file_info_action: impl Fn(Option<FileInfo>) + 'static,
)Expand description
Open a file using the system file dialog
pub fn open_file(
options: FileDialogOptions,
file_info_action: impl Fn(Option<FileInfo>) + 'static,
)Open a file using the system file dialog