Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfcd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfCD()
Changes the current directory
------------------------------------------------------------------------------
Syntax:

     dfCD( <cStr> ) --> nError

Parameters:

     <cStr>     String containing the desired directory. If the second
     character in cStr is ':', the the drive will be changed.

Returns:

     <nError> Error code. 0 means success; 3 means path not found.

Description:

     Changes to the specified directory. The pathname can contain a drive
     specification.

Example:

     dfCd( "C:\dbsee4\bin" )

See also:

     dfMD(), dfRD()

See Also: dfMD() dfRD()

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