DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

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.