XSIApplication.Platform

Description

Returns the current platform (Win32, Win64, Linux, Linux64) as a String.

Examples

VBScript Example

'
'       VBScript example : Shows the current current platform
'
LogMessage Application.Platform
' LogMessage will display the following string on a Windows XP workstation:
' INFO: Win32

See Also

XSIUtils.IsWindowsOS XSIUtils.IsLinuxOS XSIUtils.Is64BitOS