From 69ff7afb48f96ed3dcdca33a6f46cabedff0495c Mon Sep 17 00:00:00 2001 From: Prateek Kathal Date: Wed, 1 Feb 2017 12:10:55 +0530 Subject: [PATCH] docs(file): add link to additional information (#1022) Adding a link to **cordova plugin file** for ease of understanding file management using cordova. It took me almost a day to figure out how to properly save things like a pdf/image in a publicly accessible directory. Having a link to the main **cordova file** documentation will save a lot of time. --- src/plugins/filetransfer.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/filetransfer.ts b/src/plugins/filetransfer.ts index dde1da07b..1ecae1f35 100644 --- a/src/plugins/filetransfer.ts +++ b/src/plugins/filetransfer.ts @@ -173,6 +173,10 @@ export interface FileTransferError { * cd files * ls * ``` + * + * To store files in a different/publicly accessible directory, please refer to the following link + * https://github.com/apache/cordova-plugin-file#where-to-store-files + * * @interfaces * FileUploadOptions * FileUploadResult