#include <Interfaces.h>
Inherits DigitalSpaces::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* DigitalSpaces::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" |
| const char* DigitalSpaces::DIFileSystemBrowser::SelectFolder | ( | const char * | requiredFile | ) |
Bring up the default File Browser dialog, to select a folder to load an XML file from.
| requiredFile | The name of a file that must be present in the folder. This file must be an XML. There is no value which will mean "any folder at all is ok". |
1.5.6