premtemp1 commented on issue #254: Cordova plugin file does not work
URL: 
https://github.com/apache/cordova-plugin-file/issues/254#issuecomment-426105096
 
 
   I am having same issue. These are folders that I am traversing
    var localURLs = [
                   cordova.file.applicationDirectory,
                   cordova.file.applicationStorageDirectory,
                   cordova.file.cacheDirectory,
                   cordova.file.dataDirectory,
                   cordova.file.externalRootDirectory , 
                   cordova.file.externalApplicationStorageDirectory,
                   cordova.file.externalCacheDirectory,
                   cordova.file.externalDataDirectory
   
               ];
   
   Anyone has a solution. This works in api 22 broke >22

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to