XSIUtils.IsWindowsOS

Introduced

v5.0

Description

Returns true if Softimage is running on a Microsoft Windows Operating System. This method is useful when writing cross-platform scripts.

C# Syntax

Boolean XSIUtils.IsWindowsOS();

Scripting Syntax

oReturn = XSIUtils.IsWindowsOS();

Return Value

Returns true if Softimage is running on a Microsoft Windows Operating System

See Also

XSIUtils.IsFileSystemCaseSensitive XSIUtils.IsLinuxOS XSIUtils.Is64BitOS XSIApplication.Platform