XSIUtils.Environment

Introduced

v4.0

Description

Returns a Environment object providing access to the system environment variables.

Examples

JScript Example

Application.LogMessage( "Softimage is installed in folder: " + XSIUtils.Environment("XSI_HOME") )
Application.LogMessage( "The current user home folder: " + XSIUtils.Environment.Item("XSI_USERHOME") )