From 40d3b25a879821ee0a3848bcb9299b4089574103 Mon Sep 17 00:00:00 2001 From: Luong Dang Hai Date: Tue, 29 Oct 2019 12:41:07 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 249b469f..58ede4f0 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ The following constants are available on the `RNFS` export: - `CachesDirectoryPath` (`String`) The absolute path to the caches directory - `ExternalCachesDirectoryPath` (`String`) The absolute path to the external caches directory (android only) - `DocumentDirectoryPath` (`String`) The absolute path to the document directory +- `DownloadDirectoryPath` (`String`) The absolute path to the download directory (on android only) - `TemporaryDirectoryPath` (`String`) The absolute path to the temporary directory (falls back to Caching-Directory on Android) - `LibraryDirectoryPath` (`String`) The absolute path to the NSLibraryDirectory (iOS only) - `ExternalDirectoryPath` (`String`) The absolute path to the external files, shared directory (android only)