Skip to main content

Delete Folder

Category: Files Delete Folder block screenshot

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

InputRequiredValue KindTypesEnum Values
pathyesexpressionstring
recursivenoexpression

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.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: frame export, visual probing, timeline sampling, runtime validation

Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json

Download JSON