banner

API.get_SystemDirectory method

Retrieves the path to the system directory, %WINDIR%\System32.

Syntax

sPath = window.external.API.get_SystemDirectory();

Parameters None
Return Values String. The path to the system directory, %WINDIR%\System32.
Applies To window.external.API
Example
sPath=window.external.API.get_SystemDirectory();