From b2233b04789cfb9fb20c277f64035cbbc259d180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BC=BA=E6=A0=87?= Date: Fri, 24 Jun 2022 01:08:02 +0000 Subject: [PATCH] update since api Signed-off-by: panqiangbiao --- api/@ohos.fileManager.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/@ohos.fileManager.d.ts b/api/@ohos.fileManager.d.ts index d0404e0adb..e9676f7e97 100644 --- a/api/@ohos.fileManager.d.ts +++ b/api/@ohos.fileManager.d.ts @@ -30,7 +30,7 @@ declare namespace filemanager { * * @note N/A * @syscap SystemCapability.FileManagement.UserFileService - * @since 8 + * @since 9 * @permission N/A * @function listFile * @param {string} path - path. @@ -52,7 +52,7 @@ declare function listFile(path: string, type: string, options?: {dev?: DevInfo, * * @note N/A * @syscap SystemCapability.FileManagement.UserFileService - * @since 8 + * @since 9 * @permission N/A * @function getRoot * @param {Object} options - options @@ -70,7 +70,7 @@ declare function getRoot(options?: {dev?: DevInfo}, callback: AsyncCallback