Skip to main content

Project Open

Category: Pr Project Project Open block screenshot

Opens a Premiere project from disk. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. The dialog flags control whether Premiere is allowed to show its native convert, locate, or warning dialogs while opening the project. Set addToMRUList if the opened project should appear in Premiere's recent-project list.

Inputs

InputRequiredValue KindTypesEnum Values
pathyesexpressionfile-path-string
showConvertProjectDialognoexpressionboolean
showLocateFileDialognoexpressionboolean
showWarningDialognoexpressionboolean
addToMRUListnoexpressionboolean
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-name

Notes

No additional notes are available yet.

Examples