Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_chdir()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_CHDIR()


Syntax:        L_CHDIR(<expC>)



Purpose:       Sets the current directory using the specified drive
               and path.


Arguments:     <expC> is the pathname which is to become the current
               directory.


Returns:       An integer value.

               -1 = Syntax Error.
                0 = Successful
                3 = Path is not found. (Dos Error Code).


Usage:         To select a directory which must already exist.


Examples:      * Try to change directory
               L_CHDIR("C:\SALES\WEEK1")


Language:      Assembler

See Also: L_RMDIR() L_MKDIR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson