From d9dee294e9135e5559e911f944f4405d15a0de2f Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Wed, 11 May 2022 17:50:08 +0800 Subject: [PATCH] update fileio api Signed-off-by: zhangxingxia --- zh-cn/application-dev/reference/apis/js-apis-fileio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-fileio.md b/zh-cn/application-dev/reference/apis/js-apis-fileio.md index 9e2602fb91..1215a09faf 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-fileio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-fileio.md @@ -3,6 +3,8 @@ > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** > 本模块首批接口从API version 6开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 +该模块提供文件存储相关的常用功能:向应用程序提供用于IO的JS接口,包括用于管理文件的基本文件接口,用于管理目录的基本目录接口,用于获取文件信息的统计接口,用于流式读写文件的流式接口。 + ## 导入模块 ```js -- GitLab