GetDefault Function | |
Return the X# default drive and directory.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax Remarks Examples
This example uses GetDefault() to display the default drive:
1FUNCTION Start
2 ? GetDefault()
3 SetDefault("c:\vo\prg")
4 ? GetDefault()
5 RETURN TRUE
See Also