A plugin which recurses through directories processing each file it finds.
The following table lists all of the configuration options available for DirectoryPlugin.
| Option | Description | Value |
|---|---|---|
| DirectoryPlugin Options | ||
| block_exp | Files matching this regular expression will be blocked from being passed to any later plugins in the list. | Default: (?i)(CVS|.svn|Thumbs.db|OIDcount|.DS_Store|~)$ |
| recheck_directories | After the files in an import directory have been processed, re-read the directory to discover any new files created. | |