From 08c077878ada132c426f2fd645e5e7ffb9ad0378 Mon Sep 17 00:00:00 2001 From: solaomosola Date: Wed, 28 Mar 2018 12:45:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e21ed485..f99a954e2 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ filesystems to be installed. By default, all file-system roots are enabled. * `cache-external`: The application's external cache directory * `assets`: The application's bundle (read-only) * `root`: The entire device filesystem - +* `applicationDirectory`: ReadOnly with restricted access. Copying files in this directory is possible, but reading it directly results in 'file not found'. Android also supports a special filesystem named "documents", which represents a "/Documents/" subdirectory within the "files" filesystem. ### iOS