Previous | Up | Next |
_DLGOpenDir
Required : scol v4.6a2Parameters
Open a directory selection box. It allows only single selection.
OpenDirBox _DLGOpenDir ( Chn _channel_ ObjWin _window_ S _path_ S _name_ )
Return value
_channel_ proprietary channel _window_ mother window _path_ initial path (relative to Scol first partition). nil for root directory. _name_ default file name. Can be nil.
New directory selection box
Note
With the Scol 4.5, the prototype of _DLGOpenDir was : fun [Chn ObjWin S] OpenDirBox
The default file name was missing.