Set FullPath, Set("FullPath")
This setting determines whether a few functions return a complete path with their results or only the drive and file name. The function returns the current setting.
Usage |
SET FULLPATH ON | OFF cOnOrOff = SET( "FULLPATH" ) |
Example |
USE HOME()+"FoxUser" AGAIN ? DBF(1) && Returns something like G:\VFP 7\FOXUSER.DBF SET FULLPATH OFF ? DBF(1) && Returns something like G:FOXUSER.DBF |
See Also |