FileDialog::SetFolder
bool SetFolder (const IO::Location & location);
Parameters
- location
New location.
Return Value
Description
Example
DG::FileDialog dlg (DG::FileDialog::OpenMultiFile);
dlg.SetFolder (IO::Location("C:\"));
if (!dlg.Invoke ())
return false;