diff --git a/zh-cn/application-dev/reference/apis/js-apis-filemanager.md b/zh-cn/application-dev/reference/apis/js-apis-filemanager.md index 74f5ffe98fe7618c7b7977ec6bc9055c835ffd64..576959692a7c8c86a319104c1e8c35ff2e3637d5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-filemanager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-filemanager.md @@ -197,11 +197,12 @@ createFile(path : string, filename : string, options? : {dev? : DevInfo}) : P **返回值:** - | 类型 | 说明 | - | --- | -- | - | string | 文件uri | +| 类型 | 说明 | +| --- | -- | +| Promise<string> | 文件uri | **异常:** + | 错误名称 | 错误类型 | 错误码 |说明 | | --- | -- | --- | -- | | 创建文件不允许 | Operation not permitted | 1 | 已有重名文件 |