Bin Ensure Path
Creates missing bins along a path and returns the final bin reference. The `path` input may be relative to `parentBin` or project-qualified like `Project.prproj\Graphics\Images`. When `path` already contains the project prefix, the runtime resolves it from that open project root instead of prepending the project name again. If that project is not open, the block throws `Project not found: ...`. If `parentBin` is also set, it must belong to the same project as the project-qualified `path`.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | premiere-pathspec-string | — |
parentBin | no | expression | reference, premiere-pathspec-string, null | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
No additional notes are available yet.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.