Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
interfaces/ | 12-May-2024 | - | 2,411 | 1,659 | ||
LICENSE | D | 12-May-2024 | 9.9 KiB | 177 | 150 | |
README.md | D | 12-May-2024 | 968 | 37 | 25 | |
README_zh.md | D | 12-May-2024 | 727 | 29 | 18 |
README.md
1# storage_app_file_manager 2 3#### Description 4{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} 5 6#### Software Architecture 7Software architecture description 8 9#### Installation 10 111. xxxx 122. xxxx 133. xxxx 14 15#### Instructions 16 171. xxxx 182. xxxx 193. xxxx 20 21#### Contribution 22 231. Fork the repository 242. Create Feat_xxx branch 253. Commit your code 264. Create Pull Request 27 28 29#### Gitee Feature 30 311. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 322. Gitee blog [blog.gitee.com](https://blog.gitee.com) 333. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 344. The most valuable open source project [GVP](https://gitee.com/gvp) 355. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 366. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) 37
README_zh.md
1# 文件访问接口 2 3## 简介 4 5 6 7提供目录与文件管理能力,即目录和文件的访问操作接口,包括以下内容: 8 91. 提供基础文件操作的同步和异步接口 102. 提供目录操作的异步接口 113. 提供流式相关操作的文件接口 124. 提供statfs接口能力 135. 提供目录环境相关配置接口 146. 提供本地系统扩展接口能力 15 16## 目录 17 18``` 19interfaces # 接口代码 20 └── kits # 对外JS接口代码 21LICENSE # 证书文件 22``` 23 24## 说明 25 26### 接口说明 27 28[statfs接口](https://gitee.com/openharmony/docs/tree/master/zh-cn/application-dev/reference/apis/js-apis-statfs.md) 29