JavaScript Editor js editor     Web development 



Main Page

Returns the current Visual FoxPro default drive.

SYS(5)

Return Value

Character

Remarks

This function returns the current Visual FoxPro default drive. Use SET DEFAULT or CD to specify a default drive.

Example

В Copy Code
CD "C:\Program Files"
?SYS(5)

SET DEFAULT TO C:
?SYS(5)

See Also



JavaScript Editor js editor     Web development