breautek commented on issue #430: URL: https://github.com/apache/cordova-plugin-file/issues/430#issuecomment-1402911575
For iOS I don't think this is possible due to the iOS filesystem sandbox. For android, the standard directory is the `DCIM` folder, which can be reachable regardless if the sdcard is emulated or not via `cordova.file.externalRootDirectory + "DCIM/"` However if that folder is **actually** used by your installed gallery is another question. I'm also not sure if this directory is writable with scoped storage rules. Further support questions like this belongs more on our [Discussions](https://github.com/apache/cordova/discussions) board. -- 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]
