codename one where put sd card files in debug progress

75 Views Asked by At

I am trying to read a file located in my phone with the FileSystemStorage class:

is = FileSystemStorage.getInstance().openInputStream(updateFilePath);

But i don't know where to put this updateFilePath in my local machine for development, so for testing this part i have been forced to test it (as a blackbox) with an app built for android. Any idea?

1

There are 1 best solutions below

0
On

For testing you can add the file in the following folder %userprofile%\.cn1 in Windows