
Contents |
Load an Origin project into an existing folder in the current project
1. pe_load fname:=mywork.opj;
2. pe_load fname:=mywork.opj path:=/Folder1;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Project file name | fname |
Input string | | Name of the Origin project to load |
| Target folder in current project | path |
Input string | | The path of the target folder to load the project into |
| String that receives the path of attached project files | aux |
Output string | | A string variable that receives the path of the loaded project's attached project files. |
| Integer that receives the error code | err |
Output int | | An integer variable that receives the error code |
Load an Origin project into an existing folder in the current project