cd

cd --  changes the working directory.

Syntax

cd (path)

		

Arguments

path

A character string which defines a directory path in the current operating system.

Returns

t if the operation is successful, otherwise nil.

Description

This function changes the current working directory for subsequent file system operations.

Example

    Gamma> cd ("/usr/local/bin");
    t
    		

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.