Re: [codenameone-discussions] Re: accessing storage files from cn1storage

2018-04-11 Thread Shai Almog
Hi, As I said, this would behave differently on every platform and might not be visible from the file system API at all! You are relying on implementation details which is problematic... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group

Re: [codenameone-discussions] Re: accessing storage files from cn1storage

2018-04-11 Thread Workmobile Esay
Hi, In simulator, all the things are in .cn1storage, but in device when I check through file sharing I can see the app directory as cn1storage, , where app-package directory consists of file from filesystemstorage and cn1storage consists of storage files. So, I am confused of this. On 11 April 2

[codenameone-discussions] Re: accessing storage files from cn1storage

2018-04-10 Thread Shai Almog
Hi, the simulator places things in those directories but devices can use very different directory structures so you can't rely on Storage & FileSystemStorage to map to each other. Storage might be completely inaccessible from FileSystemStorage! You can just use the app home path to store everyth