
Contents |
Save a folder from the current project to an Origin project file
1. pe_save fname:=mywork.opj;
2. fname$="mywork.opj"; pe_save path:=/Folder1;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Target project file name | fname |
Input string | | The full file name and path of the project file name |
| Path of the folder to save | path |
Input string | | The path of the folder, in the current project, to save. |
| Save subfolder too? | sub |
Input int | | Option to save all the subfolders too. |
| Save attached files too? | proj |
Input int | | Option to save all the attached files too. |
| Integer that receives the error code. | err |
Output int | | An integer variable that receives the error code. |
Save a folder from the current project to an Origin project file