Skip to content

FileSystemManager.unzip

JS
    FileSystemManager.unzip(Object object)

解压文件

参数

  • Object object: 传入参数,具体的属性见下表

object 的属性说明:

属性键值类型是否必填说明
zipFilePathstring源文件路径,只可以是 zip 压缩文件
targetPathstring目标目录路径
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数