I’m converting an app from using cordova-plugin-file to the Capacitor Filesystem plugin. With the Cordova plugin I used cordova.file.dataDirectory as the file system location for my files. On iOS that corresponds to Library/NoCloud (as per https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/). Capacitor doesn’t seem to give any way to access the Library directory via the FilesystemDirectory enum. Am I missing something - is there a way to access the Library directory using the Capacitor Filesystem plugin?
1 Like