sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.config
/
ScriptProjectConfig
/
getRootPath
get
Root
Path
abstract
fun
getRootPath
(
)
:
ScriptFile
获取脚本工程解压后的根目录。
这通常是原始工程包(通过
getPath
获取)解压后所在的目录。
Return
工程的根目录
ScriptFile
对象。