If the path exists but doesn't point to a directory, this should be an error.
FileSelector.baseDir
string baseDir() @property nothrowGet baseDir property.
Returns
The directory in which to select files.
void baseDir(string propval) @property nothrowSet baseDir property.
Parameters
propval | The directory in which to select files. If the path exists but doesn't point to a directory, this should be an error. |