Xbasic
FILE.DIR_PUT Function
Syntax
V FILE.Dir_Put(C directory)
Arguments
- directoryCharacter
The path and name of the new directory
Description
The FILE.DIR_PUT() method changes the current location to the specified directory.
Example
FILE.dir_put("c:\temp")
? FILE.dir_get()
= "C:\TEMP"See Also