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


Syntax:     b_chdir(<expC>)

Purpose:    Change Dos directory

Arguments:  <expC> is the DOS directory name

Returns:    A logical value

Note:       b_chdir() can change the current working directory on any
            drive, but it cannot change the drive itself.

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------

   if( b_isdir("z:\bhq\systest\tempfile") )
       b_chdir("z:\bhq\systest\tempfile")
   endi
   ........
   ........

See Also: b_rmdir() b_mkdir() b_isdir() b_curdir() b_rights()

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