Quote:
Originally Posted by Kamal Sadek
While working with the Java interface for the robot, we found that many of the files were omitted (We were unable to import them). One of these such files is java.io.File, which contains all the information needed to work with files. Is there anyway to work around this?
|
I'm not near a computer right now so I can't give you exact code but you'll want to use the FileConnection of Java ME. If you Google "j2me file connection" you should be able to find examples.