DDgui_FileDialog$: bOpen% [, filterstr$="*.*"]
Opens a file dialog window
Example :
DEBUG "Selected : "+DDgui_FileDialog$(TRUE,"*.EXE")
Result :
This function opens a file dialog window, in which the list of files in a given directory are filtered according to the contents of filterstr$.
You can move down a directory by pressing on “..” and move up by clicking on a directory name.