Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current Visual FoxPro default drive.
SYS(5)
Return Values
Character
Remarks
This function returns the current Visual FoxPro default drive. Use SET DEFAULT to specify a default drive.
Example
IF _DOS OR _WINDOWS
SET DEFAULT TO C:
ENDIF
? SYS(5)