FileSelector.allowNotFound

bool allowNotFound() @property nothrow

Get allowNotFound property.

Returns

The behavior if base_dir isn't found in the file system.

If false, an error is returned. If true, an empty selection is returned.

void allowNotFound(bool propval) @property nothrow

Set allowNotFound property.

Parameters

propvalThe behavior if base_dir isn't found in the file system. If false, an error is returned. If true, an empty selection is returned.