Previous Up Next

_DLGSaveFile
Open a file selection box for writing. It allows only single selection.

SaveBox _DLGSaveFile (
Chn _channel_
ObjWin _window_
S _path_
S _name_
S _filter_
)
Parameters

_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".
Return value

New file selection box (for writing purpose)