FileSelector.baseDir

string baseDir() @property

Get baseDir property.

Returns

The directory in which to select files.

If the path exists but doesn't point to a directory, this should be an error.

void baseDir(string propval) @property

Set baseDir property.

Parameters

propvalThe directory in which to select files. If the path exists but doesn't point to a directory, this should be an error.