Scilab Function
Last update : 27/2/2006

tk_MFgetfile - dialog to get one or more file paths with multiple filters

Calling Sequence

filepath=tk_getfiles([title='string'][,multip='1'][,path='starting path'][,ini='initial file name'][,foo='additional tk options'])
filepath=tk_getfiles([multip="1"])
filepath=tk_getfiles(file_mask[,title="string"][,multip="1"])
filepath=tk_getfiles(file_mask,path[,title="string"])
filepath=tk_getfiles(file_mask,path[,title="string"][,multip="1"])
filepath=tk_getfiles([file_mask[,path[,title[,multip[,ini[,foo]]]]]])

Parameters

Description

Creates a dialog window for multiple file selection, includes extension filters.

Examples

tk_MFgetfile()
tk_MFgetfile("*.sci","SCI/macros/xdess")
tk_MFgetfile(title="Choose a file name")
tk_MFgetfile(title="Choose many file names at once",multip="1")
tk_MFgetfile(multip="1")
tk_MFgetfile("{{SciLab} {.sci .sce}} {""Text"" .txt} {{All Files} *}",title="Multiple Selection with Multiple Filters",multip="1",path="SCI/macros/xdess") 

See Also

xgetfile ,   tk_getdir ,   tk_getfile ,   tk_MFsavefile ,   file ,   fileinfo ,