Scilab Function
Last update : 27/2/2006

tk_MFgetdir - dialog to get a directory path, with possible tk options

Calling Sequence

getpath=tk_MFgetdir([title='string'])
getpath=tk_MFgetdir([foo='options'])
getpath=tk_MFgetdir(path,[title='string'])
getpath=tk_MFgetdir([path[,title[,foo]]])

Parameters

Description

Creates a dialog window for directory selection, with possible tk options

Examples


tk_MFgetdir()
tk_MFgetdir('SCI/macros/xdess',foo='-mustexist yes')
tk_MFgetdir(title='Choose a directory name ')
 
  

See Also

tk_getfile ,   tk_MFgetfile ,   tk_MFsavefile ,   file ,   fileinfo ,