Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

cd (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

c = cd

c = cd '..'

c = cd(a)

c = cd a

Description

Returns or modifies the working directory.

Details

Examples

Inputs

Name Description
a Specifies a new working directory. a is a string.

Outputs

Name Description
c If you specify c = cd, c returns the current working directory. If you specify c = cd '..', c changes the working directory to the parent directory of the current working directory. If you specify c = cd(a) or c = cd a, c changes the working directory to a. c is a string.

Details

Changes you make to the working directory using this function apply only to the current instance of the LabVIEW MathScript Window or the MathScript Node from which you call the function. Changes to the working directory for one MathScript Node do not apply to any other MathScript Nodes. LabVIEW resets the working directory to the default when you close the LabVIEW MathScript Window or when the MathScript Node stops executing. Use the MathScript: Search Paths Options page to change the default working directory.

If you call this function from a MathScript Node or a user-defined function, a warning glyph appears on the MathScript Node frame. The warning glyph indicates that LabVIEW operates with reduced error checking and slower run-time performance for the MathScript Node. To improve the error checking and optimize the performance of the MathScript Node, remove this function from scripts and user-defined functions. Also, do not change the MathScript search path list at run time. Instead, use the MathScript: Search Paths Options page to configure the default search path list.

This function is not supported in the LabVIEW Run-Time Engine. Do not use this function in a stand-alone application or shared library.

Examples

C = cd

C = cd '..'

C = cd('C:\Program Files\National Instruments')

Related Topics

labviewroot
pwd


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit