crates/argui-widgets/src/file_picker.rs

File picker

Choose files, folders or a save destination in your system’s native dialog.

Enable this component

Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-file-picker"]

Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.

Read the implementation