FileSelector.allowNotFound

Set allowNotFound property.

  1. bool allowNotFound [@property getter]
  2. bool allowNotFound [@property setter]
    class FileSelector
    @property
    void
    allowNotFound
    (
    bool propval
    )

Parameters

propval bool

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.