hi there,
When I try to open a file using fileconnection apis, I get an IOException.
The error message is "Opening a connection failed: -5".
What does this error mean ? How can I debug it ?
environment
device : Nokia 6682
file path : file:///MemoryStick/images/test.jpg --> this file is present and readable
api call: FileConnection fileConn = (FileConnection) Connector.open(fileName, Connector.READ);
security: file connecctor read permission enabled.
thanks

Reply With Quote
.

