SYS(5) - Default Drive Visual FoxPro 9.0 SP2 SYS(5) - Default Drive See Also Example Collapse All Expand All 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 CodeCD "C:\Program Files" ?SYS(5) SET DEFAULT TO C: ?SYS(5) See AlsoReferenceDRIVETYPE( ) FunctionCD | CHDIR CommandSET DEFAULT CommandSYS( ) Functions Overview