Skip to main content

Create Folder

Category: Files Create Folder block screenshot

Creates the folder at `path` and also creates any missing parent folders. If the folder already exists, the block succeeds without making a second copy. This is a filesystem write operation and depends on filesystem write permissions.

Inputs

InputRequiredValue KindTypesEnum Values
pathyesexpressionstring

Notes

  • Filesystem write statement that creates the target folder and any missing parent folders.
  • Succeeds when the folder already exists.

Examples

Copy File Into Created Folder

Builds a sibling destination folder and file path, creates the folder, then copies the file into it.

kind: Pattern · format: runtime-dsl · validation: Schema only

Topics: files, path handling

Source: patterns/ex-files-copy-into-created-folder.json

Download JSON

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

Render Frames At Sequence Markers To Fixed Folder

Exports one `.png` frame per active-sequence marker to a fixed folder path, so marker-driven still export can be runtime-validated deterministically.

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

Topics: markers, frame export, review stills, runtime validation

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

Download JSON