OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

pe_save

Contents

Brief Information

Save a folder from the current project to an Origin project file

Command Line Usage

1. pe_save fname:=mywork.opj;

2. fname$="mywork.opj"; pe_save path:=/Folder1;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Target project file name fname

Input

string

fname$
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

1
Option to save all the subfolders too.
Save attached files too? proj

Input

int

0
Option to save all the attached files too.
Integer that receives the error code. err

Output

int

<unassigned>
An integer variable that receives the error code.

Description

Save a folder from the current project to an Origin project file

Related X-Functions