Please Login to Remove!
FileConnection fc = (FileConnection)Connector.open("file:///somefile.txt"); if (!fc.exists()) { fc.create(); }