Choose a file via native file dialog
Maintainer(s):
yutannihilation
Installing and Loading
INSTALL file_dialog FROM community;
LOAD file_dialog;
Example
FROM read_csv(choose_file());
-- Optionally, you can filter files by the extension. For example, this
-- makes the dialog list CSV files only
FROM read_csv(choose_file('csv'));
About file_dialog
This extension is a tiny utility to choose a file interactively.
Added Functions
function_name | function_type | description | comment | examples |
---|---|---|---|---|
choose_file | scalar | NULL | NULL | [] |