getRootPath

abstract fun getRootPath(): ScriptFile

获取脚本工程解压后的根目录。

这通常是原始工程包(通过 getPath 获取)解压后所在的目录。

Return

工程的根目录 ScriptFile 对象。