Environment

Object Hierarchy

Introduced

3.5.1

Description

The Environment object provides read and write access to system environment variables. It can be accessed via the XSIUtils.Environment method.

Methods

SetItem

Properties

Item

Examples

VBScript Example

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

See Also

XSIUtils.Environment



Autodesk Softimage v7.5