Delete Folder
Deletes the folder at `path`. If `recursive` is false, the folder must already be empty. This is a filesystem write operation and depends on filesystem write permissions.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | string | — |
recursive | no | expression | — | — |
Notes
- Filesystem write statement that deletes a folder.
- Requires the folder to be empty unless
recursive=true.
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