未验证 提交 1709154e 编写于 作者: O openharmony_ci 提交者: Gitee

!17307 fs access 补充返回值解释

Merge pull request !17307 from zhuhongtao666/movedir
......@@ -149,7 +149,7 @@ access(path: string): Promise<boolean>
| 类型 | 说明 |
| ------------------- | ---------------------------- |
| Promise<boolean> | Promise对象。返回boolean。 |
| Promise<boolean> | Promise对象。返回boolean,表示文件是否存在。 |
**示例:**
......@@ -209,6 +209,12 @@ accessSync(path: string): boolean
| ------ | ------ | ---- | ------------------------------------------------------------ |
| path | string | 是 | 文件应用沙箱路径。 |
**返回值:**
| 类型 | 说明 |
| ------------------- | ---------------------------- |
| boolean | 返回boolean,表示文件是否存在。 |
**示例:**
```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册