Purpose |
To specify the working directory and file filter for subsequent file open/save call-backs. |
Syntax |
winio@('%fs[path_name]') |
Description |
path_name is a standard character string (can be replaced by @) giving the current working directory which optionally may include a wild-card. %fs cannot be used to change the path dynamically at run time (use get_filtered_file@ instead). |
Example |
winio@('%fs[c:\project\*.txt]') |
See also |
%ft (Filter for File Dialog), GET_FILTERED_FILE@, set_open_dialog_path@ |