chdir()

Changes the current directory to the specified directory. Changes the program's reference directory, making the "." directory be the new directory. Any configuration files are re-read. Returns: TRUE if a directory is created successfully; else FALSE.

Syntax:

chdir(directoryName);

where

directoryName is a string; name of the directory to change to.

Example:
decl a;
a = chdir("myDir");

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources