From f425c699ce697110dc608e11184f6d8cf04ad0ca Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Fri, 26 May 2023 13:57:37 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/file-management/share-app-file.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/en/application-dev/file-management/share-app-file.md b/en/application-dev/file-management/share-app-file.md index d9ee1d9090..c2f8f8d12f 100644 --- a/en/application-dev/file-management/share-app-file.md +++ b/en/application-dev/file-management/share-app-file.md @@ -12,7 +12,7 @@ You can use the related APIs to [share a file with another application](#sharing The file URIs are in the following format: - file://<bundleName>/<path>/\#networkid=<networkid> + file://<bundleName>/<path> - **file**: indicates a file URI. @@ -20,8 +20,6 @@ The file URIs are in the following format: - *path*: specifies the application sandbox path of the file. -- *networkid* (optional): specifies the device to which the file belongs in a distributed file system. Leave this parameter unspecified if the file location does not need to be set. - ## Sharing a File with Another Application Before sharing application files, you need to [obtain the application file path](../application-models/application-context-stage.md#obtaining-the-application-development-path). -- GitLab