List Files In Folder
Returns the file paths inside the folder at `path`. When `includeSubfolders` is `true`, nested files from descendant folders are included as well. 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 file paths inside a folder.
includeSubfolders=trueincludes files from descendant folders recursively.
Examples
Render Active-Sequence Frames At Equal Distances To Fixed Folder
Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.
Topics: frame export, visual probing, timeline sampling, runtime validation
Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json