SET PATH
Specifies a search path for opening files
- Syntax
- SET PATH TO [<cPath>]
- Arguments
- <cPath> Search path for files
- Description
- This command specifies the search path for files required by most commands and functions not found in the current drive and directory. This pertains primarily,but not exclusively, to databases,indexes, and memo files,as well as to memory,labels,and reports files. The search hirarchy is: 1 Current drive and directory,2 The SET DEFAULT path;3 The SET PATH path.
- Examples
- SET PATH TO c:\Harbour\Test
- Status
Ready
- Compliance
- This command is Ca-Clipper Compliant.
- See Also