From a2b1ba0e505a77118bc032a61f1a5305f4ffd73c Mon Sep 17 00:00:00 2001 From: Gloria Date: Wed, 22 Feb 2023 17:34:54 +0800 Subject: [PATCH] Update docs against 13935 Signed-off-by: wusongqing --- .../application-models/application-context-stage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/application-models/application-context-stage.md b/en/application-dev/application-models/application-context-stage.md index 0bd91dbd92..636573d416 100644 --- a/en/application-dev/application-models/application-context-stage.md +++ b/en/application-dev/application-models/application-context-stage.md @@ -84,7 +84,7 @@ The following table describes the application development paths obtained from co | tempDir | string | Yes| No| Temporary file directory of the application.
Files in this directory are deleted after the application is uninstalled.| | filesDir | string | Yes| No| File directory of the application on the internal storage.
Files in this directory may be synchronized to other directories during application migration or backup.| | databaseDir | string | Yes| No| Storage directory of the local database.| -| bundleCodeDir | string | Yes| No| Installation directory of the application on the internal storage.| +| bundleCodeDir | string | Yes| No| Installation directory of the application on the internal storage. A resource file cannot be accessed by combining paths. Use [Resource Manager](js-apis-resource-manager.md) to access it. | | distributedFilesDir | string | Yes| No| Storage directory of distributed application data files.| | preferencesDir | string | Yes| Yes| Preferences directory of the application.| -- GitLab