System.WindowsDirectory$ (property)

Syntax System.WindowsDirectory$
Description Returns the home directory of the operating environment.
Example This example displays the Windows directory.
Sub Main
  MsgBox "Windows directory = " & System.WindowsDirectory$
End Sub
See Also Basic.HomeDir$ (property).