directory-manager
DirectoryTreeListOptions
Options for listing directory tree contents.
Kind: global typedef
Properties
| Name | Type | Description |
|---|---|---|
| [exclude] | Array.<string> | Patterns to exclude from the tree. |
| [include] | Array.<string> | Patterns to include in the tree. |
| [mainPath] | string | Main path for relative calculations. |
| srcPath | string | Source path of the directory to list. |
| [tree] | Array.<FileTree> | Existing tree to append to, if available. |