Command SET PATH Foundation
Specifies the list of directories to search when opening files.
SET PATH TO [<cPath>]
The command SET PATH defines the list of directories an Xbase++ application searches for files to open. A file is searched for first in the default directory specified with SET DEFAULT and then in the path specified in the directory list of SET PATH. The low level file functions are an exception. For example, FOpen() and FErase() require that the complete file name be specified, including the drive and path, unless the file is found in the current directory.
When new files are to be created in another directory or on another drive, either the desired directory is set using SET DEFAULT or the complete file name including the drive and directory is specified.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.