[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Function:   Chdir()

               Chdir() is used to Change the default DOS
               directory.

   Syntax:     Chdir(cDir) --> nError

   Arguments:  <cDir> is the directory to change to. Any valid
               DOS directory allowed here, including Dots etc..

   Returns:    A Numeric value, 0 indicates no error, any other
               value indicates an error, the error code is the
               number returned by DOS.

   Usage:      code := Chdir('\DATA\EXPAND')

               Or, don't check the return code:

               Chdir('\CLIPPER5')

See Also: MkDir() RmDir() GetDir()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson