Hello, I'm having trouble opening and (possibly?) writing to the applicationStorageDirectory. When I write and then subsequently check if File.exists, it returns true. However, when browsing the file system. I cannot find the file. The directory in the app shows nativeurl as /user/0/appid etc... but when I look for this directory using the file browser it doesn't exist. I have selected not to hide system files. When I restart the app, again it says the file exists. Is this directory somehow hidden? This is confounded because I'm trying to open a pdf in android (eventually iOS too), I've tried a variety of methods and ane's all with no luck. I'm trying to confirm the file does exists, which the app says it does, however I can't open it and I can't find it using a file browser. Any insight appreciated! -cybo
... View more