tinyfiledialogs

Function open_file_dialog

source
pub fn open_file_dialog(
    title: &str,
    path: &str,
    filter: Option<(&[&str], &str)>,
) -> Option<String>