List Folders In Folder
Returns the folder paths inside the folder at `path`. When `includeSubfolders` is `true`, descendant folders are included recursively. Results are returned as full path strings instead of bare names so they can be fed directly into later file blocks.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | string | — |
includeSubfolders | no | expression | — | — |
Notes
- Filesystem read expression that returns full folder paths inside a folder.
includeSubfolders=trueincludes descendant folders recursively.