Command SET DEFAULT Foundation
Specifies the default drive and path for an Xbase++ application.
SET DEFAULT TO [<cPath>]
The command SET DEFAULT specifies the drive and the path where an Xbase++ application searches for files and saves data by default. An exception is files which are managed using the low level file functions. The complete file name, including drive and path, must always be specified for these functions.
The initial value for SET DEFAULT is the directory in which the Xbase++ program is started. An Xbase++ application first searches for data files in the SET DEFAULT path and then in the directories which are specified using SET PATH.
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.