GetWindowsDirectory()
Returns the folder path of the Windows folder.
(no parameters)
Sub Main MsgBox GetWindowsDirectory() End Sub