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_dir


Contents

Brief Information

Lists current project explorer folders and workbooks

Additional Information

X-Function not designed for Auto GetN Dialog.

Command Line Usage

1. pe_dir;

2. pe_dir page:=W;

3. pe_dir name:=B*

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Page Name name

Input

string

name of the desired page; "*" will match all the pages

Page Type page

Input

string

W = Workbook, G = Graph

Output Name oname

Output

string

names of the pages found

Description

This X-Function is used to display pages/subfolders inside the current folder.

Examples

To give a list of all subfolders as well as pages, use

pe_dir

To give a list of all pages, use

pe_dir name:=*

To give a list of all graph pages, use

pe_dir page:=g

To give a list of all worksheet pages, use

pe_dir page:=w

To output all page names to a string variable, use

pe_dir oname:=stringName

Related X-Functions

pe_cd