dialog to get a file path for writing
path = tk_savefile() path = tk_savefile(file_mask) path = tk_savefile(file_mask, dir) path = tk_savefile(file_mask, dir, Title) path = tk_savefile(… Title='string')
a character string which gives the file mask to use for file
selection. file_mask
is written with Unix convention.
the default value is '*'.
a character string which gives the initial directory used for file search. by default tk_savefile uses the previously selected directory.
is the user selected file path if user answers "Ok" or the " " string if user answers "Cancel"
Optional argument which gives the title for the tk_savefile
window. Warning
: Use the new variable
Title
instead of the old variable title
.
Creates a dialog window for output file selection
Version | Description |
5.2.2 | tk_savefile was published up to Scilab 5.2.2.
It is replaced with uiputfile. |