Project Open
`storeResultIn` stores the observed GUID for compatibility. `storeBindingIn` stores a separate run-scoped token for exact project-instance binding. Use different variables for the GUID and runtime binding outputs.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
showConvertProjectDialog | no | expression | boolean | — |
showLocateFileDialog | no | expression | boolean | — |
showWarningDialog | no | expression | boolean | — |
addToMRUList | no | expression | boolean | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
storeBindingIn | no | variable-name | variable-name | — |
Notes
No additional notes are available yet.
Examples
Open Embedded Project As ABSCRIPT Build Spec
Portable ABSCRIPT BUILD SPEC example that embeds a `.prproj`, opens the materialized copy, and captures both its GUID and exact run-scoped binding.
Topics: format selection, embedded assets, project management
New to bundled files? Read Embedding Files.
Source: formats/ex-format-abscript-build-spec-prompt-project-open.json