GetWindowsDirectoryΒΆ

GetWindowsDirectory returns the name of the Windows directory

ssWindowsDir = GetWindowsDirectory()

Return Value

ssWindowsDir is a string containing the path of the Windows directory.

Example

* GetWindowsDirectory()
c:\WINNT

id-201631