Is it possible to open a device to open a file on disk using the method MIDlet.platformRequest(String url)? I was hoping to use the following:
midlet.platformRequest("file:///path/to/file/file.png");
But that just throws an exception ConnectionNotFound. I specifically use the BlackBerry platform, but I do not have access to the BlackBerry proprietary API. A file can be of any type, so obviously I do not expect it to handle everything.
Greetings
roryf source
share