If the path exists but doesn't point to a directory, this should be an error.
FileSelector.baseDir
string baseDir() @propertyGet baseDir property.
Returns
The directory in which to select files.
void baseDir(string propval) @propertySet 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. |