locan.gui.io.set_file_path_dialog¶
- locan.gui.io.set_file_path_dialog(directory=None, message='Set a file path...', filter='All files (*)')[source]¶
Set file path (path/name.suffix) in a ui dialog.
- Parameters:
directory (
str|None) – directory path to start dialog in. If None the current directory is used.message (
str) – Hint what to dofilter (
str) – filter for file type
- Returns:
new file path
- Return type:
str