Function File: zenity_file_selection (title, option1, ...)
Opens a file selection dialog. The variable title sets the title of the file selection window. The optional string arguments can be
and
- ‘save’
- The file selection dialog is a dialog for saving files.
- ‘multiple’
- It is possible to select multiple files.
- ‘directory’
- It is possible to select directories as well as files.
- ‘Anything else’
- The argument will be the default selected file.
error
.