This dialog shows a directory selector dialog, allowing the user to select one or multiple directories.
if (dialog.ShowModal() == wxID_OK) { ... }
Returns the default or user-selected path.