v4.0
Returns a Environment object providing access to the system environment variables.
// get accessor Environment rtn = XSIUtils.Environment; |
Application.LogMessage( "Softimage is installed in folder: " + XSIUtils.Environment("XSI_HOME") ) Application.LogMessage( "The current user home folder: " + XSIUtils.Environment.Item("XSI_USERHOME") ) |