Scilab Function
Last update : 19/8/39977096

tk_getfile - dialog to get one or more file paths

Calling Sequence

path=tk_getfile([title="string"])
path=tk_getfile([multip="1"])
path=tk_getfile(file_mask[,title="string"][,multip="1"])
path=tk_getfile(file_mask,dir[,title="string"])
path=tk_getfile(file_mask,dir[,title="string"][,multip="1"])
path=tk_getfile(file_mask,dir,"string"[,"multip"])

Parameters

Description

Creates a dialog window for file selection.

Examples

tk_getfile()
tk_getfile("*.sci","SCI/macros/xdess")
tk_getfile(title="Choose a file name")
tk_getfile(title="Choose many file names at once",multip="1")
tk_getfile(multip="1")

See Also

xgetfile,  tk_getdir,  file,  fileinfo,