SET PATH Command
Visual FoxPro 9.0 SP2 |
SET PATH Command |
See Also |
![]() |
Specifies a path for file searches.
SET PATH TO [Path] [ADDITIVE] |
Parameters
- TO [ Path]
-
Specifies the directories you want Visual FoxPro to search. Use commas or semicolons to separate the directories.
Note
Visual FoxPro will not recognize a path name properly if a disk or directory name contains an exclamation point (!).
On all FoxPro platforms, functions that return path information, such as CURDIR( ), DBF( ), and SYS(2003), use Microsoft MS-DOS path-naming conventions in their return values.
- ADDITIVE
-
Appends additional paths to the end of the current path.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic