Previous | Up | Next |
Open a file selection box for reading. It allows only single selection.Parameters
OpenBox _DLGOpenFile ( Chn _channel_ ObjWin _window_ S _path_ S _name_ S _filter_ )
Return value
_channel_ proprietary channel _window_ mother window _path_ initial path (relative to Scol first partition). nil for root directory. _name_ default file name (nil if you do not care) _filter_ file name filter, such as "text\0*.txt\0ASCII\0*.asc\0All\0*.*\0\0". Do not forget the terminal double "\0".
New file selection box (for reading purpose)