未验证 提交 60a1b029 编写于 作者: O openharmony_ci 提交者: Gitee

!17311 错别字修改+file.fs VOD修改

Merge pull request !17311 from zengyawen/master
......@@ -4,7 +4,6 @@
> **说明:**
> 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块支持对错误码进行处理,错误码及其适配方式[参考文档](../errorcodes/errorcode-filemanagement.md#错误码适配指导)。
## 导入模块
......@@ -12,6 +11,10 @@
import fs from '@ohos.file.fs';
```
## 错误码说明
本模块支持对错误码进行处理,错误码及其适配方式请参考文档:[文件管理错误码](../errorcodes/errorcode-filemanagement.md#错误码适配指导)
## 使用说明
使用该功能模块对文件/目录进行操作前,需要先获取其应用沙箱路径,获取方式及其接口用法请参考:
......
......@@ -415,7 +415,7 @@ int32_t OH_NativeXComponent_GetTouchPointTiltX (OH_NativeXComponent * component,
| -------- | -------- |
| component | 表示指向OH_NativeXComponent实例的指针。 |
| pointIndex | 表示触摸点的指针索引。 |
| tiltX | 表示指向Y倾斜度的指针。 |
| tiltY | 表示指向Y倾斜度的指针。 |
**返回:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册