Get a list of files
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
dirs |
Filter directories (function should reference 'name' and return a boolean) | function | No | ||
files |
Filter files (function should reference 'name' and return a boolean) | function | No | ||
fs |
Filesystem name | text | No | ||
fsobj |
Filesystem object | text | No | ||
path |
Path to walk | text | No | "/" |
|
search |
Search method | text | No | "breadth" |
breadth depth |
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
dst |
Destination | reference | No | ||
if |
Conditional expression | expression | No | yes |
|
value |
Value | expression | No | None |