weversong2 commented on issue #550:
URL: 
https://github.com/apache/cordova-plugin-file/issues/550#issuecomment-1361237142

   Good morning mate.
   Plugin FT is just another resource that I use alongside Plugin File.
   
   I'm sure it's not the FTP Plugin or any other, because the image I sent is a 
result of the following test I did:
   
   ` window.resolveLocalFileSystemURL(cordova.file.externalDataDirectory, 
function (externalDataDirectory) {
                        alert(externalDataDirectory.toURL())
           });`
   
   here I am putting purely the return of this directory.
   
   The Plugin File I use with other resources such as accessing the SLite 
database, downloading files / recording files in the directory and etc.
   
   as I explained above, I removed all plugins and left only the Plugin File to 
ensure that there is no interference, but I only get the same return from the 
directory..


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to