> - The initial APIs of this module are supported since API version 6. Newly added APIs will be marked with a superscript to indicate their earliest API version.
> - The initial APIs of this module are supported since API version 6. Newly added APIs will be marked with a superscript to indicate their earliest API version.
> - The APIs of this module will be deprecated and are not recommended for use. An exception will be thrown if any of the APIs is called.
> - The APIs of this module have been deprecated since API version 9 and are not recommended for use. An exception will be thrown if any of the APIs is called.
## Modules to Import
## Modules to Import
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
importdocumentfrom'@ohos.document';
importdocumentfrom'@ohos.document';
```
```
## document.choose
## document.choose<sup>(deprecated)</sup>
choose(types? : string[]): Promise<string>
choose(types? : string[]): Promise<string>
...
@@ -20,15 +20,15 @@ Chooses files of the specified types using the file manager. This API uses a pro
...
@@ -20,15 +20,15 @@ Chooses files of the specified types using the file manager. This API uses a pro