Hi,
we are implementing audio recording concept in our application. In that first create a file using fileconnection like
conn = (FileConnection)Connector.open("file:///"+test.amr,Connector.READ_WRITE);
While run the program its giving following exception:
javax.microedition.io.ConnectionNotFoundException: Only absolute file URL's of type <drive>path> are supported
Any idea about this exception, and anybody can tell me how to create a file in the nokia device?
Thanks
Mindus

path> are supported
Reply With Quote


