FileSelector.allowNotFound

bool allowNotFound() @property

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

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.