I am testing some stuff out with writing to the filesystem on the Blackberry using the javax.microedition.io.file
package. I am able to open a file ("file:///store/home/user/documents/mytxtfile.txt") and write to it (by that I mean that no exception is thrown, whether or not the file is created and written, I can't tell).
I am running in a simulator and I was wondering where the simulator would write such files? Looking in the simulator directory there has been no changes to any of the files, so none of the .dmp files have changed since this file was written. Does anyone know where this file would be written, just so that I can confirm that it was actually written?