Firstly, I set FileConnection to photos directory.
fileconnection=(FileConnection) Connector.open("file:///root1/photos",Connector.READ_WRITE);
Then I reset the FileConnection to a file under the photos directory.
fileconnection.setFileConnection("momo.txt");
but I can’t reset the FileConnection to photos directory again. Why?
fileconnection.setFileConnection("photos");

Reply With Quote


