FileSystemManager.unlink
FileSystemManager.unlink(Object object)
删除文件
输入
继承标准对象输入,扩展属性描述:
属性 | 类型 | 默认值 | 是否必填 | 说明 |
---|---|---|---|---|
filePath | string | 是 | 要删除的文件路径 |
输出
fail 回调函数参数 Object
属性 | 类型 | 说明 | 支持版本 |
---|---|---|---|
errMsg | string | 错误信息 |
值 | 说明 |
---|---|
fail permission denied, open ${path} | 指定的 path 路径没有读权限 |
fail no such file or directory ${path} | 文件不存在 |
fail operation not permitted, unlink ${filePath} | 传入的 filePath 是一个目录 |