Struct tauri::api::dialog::FileDialogBuilder[][src]

pub struct FileDialogBuilder(_);
Expand description

The file dialog builder. Constructs file picker dialogs that can select single/multiple files or directories.

Implementations

Gets the default file dialog builder.

Add file extension filter. Takes in the name of the filter, and list of extensions

Set starting directory of the dialog.

Set starting file name of the dialog.

Pick one file.

Pick multiple files.

Pick one folder.

Opens save file dialog.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.