Scilab Function

tk_getfile - dialog to get a file path

Calling Sequence

path=tk_getfile([title='string'])
path=tk_getfile(file_mask,[title='string'])
path=tk_getfile(file_mask,dir,[title='string'])
path=tk_getfile(file_mask,dir,'string')

Parameters

Description

Creates a dialog window for file selection

Examples

See Also