? tab(-10, AG_GETOFD); path; ","; filter; ","; title; ","; flags; ","; defExt; ","; type; chr(127);
The function AG_GETOFD (47) displays a standard Windows open or save file dialog, such as the one shown below (from Windows XP). This operation can only take place on a GUI-enabled client, either ATE or some form of A-Shell/Windows.
The parameter formats and values are the same as in MX_GETOFD, which would normally be the preferred way of accessing the function. The return data, sent into the keyboard channel, consists of Files,Flags,FileTitle<CR>. The Files parameter contains one or more complete filespecs, separated by chr(10) characters.
