#include <Interfaces.h>
Inherits DIObjectBase.
Public Member Functions | |
| const char * | SelectFile (const char *filemaskDescription, const char *filemask) |
| Bring up the default File Open dialog. | |
| const char * | SelectFolder (const char *requiredFile) |
| Bring up the default File Browser dialog, to select a folder to load an XML file from. | |
| const char* DIFileSystemBrowser::SelectFile | ( | const char * | filemaskDescription, | |
| const char * | filemask | |||
| ) |
Bring up the default File Open dialog.
| filemaskDescription | A text name describing the file type being selected, e.g. "XML Files". | |
| filemask | A text wildcard that filters the file list, e.g. "*.xml" |
1.5.6