Scripts.execStorage

機能/意味
Running scripts on storage
タイプ
Scriptsクラスのメソッド
構文
execStorage(storage, mode='', context=global)
引数
storage  Specify the storage to execute.
mode  Specify the mode string when reading the file. Specifying an offset following the "o" in decimal will cause the file to be read from that byte position.
context  Specify the execution context.
戻り値
Returns the result of running the script.
説明
 Reads the specified storage and executes the contents as a TJS2 script.
 Exceptions that occur during script execution are not caught in this method and can be caught by the caller of this method.
参照
Scripts.evalStorage