v4.0
システム環境変数へのアクセスを可能にする Environment オブジェクトを戻します。
// 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") ) |