Update README.md (#234)

diff --git a/README.md b/README.md
index 1e21ed4..f99a954 100644
--- a/README.md
+++ b/README.md
@@ -510,7 +510,7 @@
 * `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