How to read files from phone memory and memory card in J2ME

邮差的信 提交于 2019-12-02 04:18:37

Read this document for go through files and folders

for reading files in memory card,
In many device you can search by E:\
and for phone memory you can search by C:\

See following links for help

http://www.java2s.com/Code/Java/J2ME/FileConnection.htm

http://www.coderanch.com/t/230849/JME/Mobile/file-browse-ME

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!