dialog to get a file path
path=xgetfile([title='string']) path=xgetfile(file_mask,[title='string']) path=xgetfile(file_mask,dir,[title='string']) path=xgetfile(file_mask,dir,'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 xgetfile uses the previously selected directory.
is the user selected file path if user answers "Ok" or the " " string if user answers "Cancel"
:Optional arguments which gives the title for the xgetfile window.
Creates a dialog window for file selection
Version | Description |
5.1.1 | xgetfile was published up to Scilab 5.1.1.
It is replaced with uigetfile. |