Hi,
I want To Know the Sony Z750A and LG VU Mobile Video And Picture Folder Path for My J2ME Application.
Any One can suggest right Video And Picture Folder Path?
Thanks
Hi,
I want To Know the Sony Z750A and LG VU Mobile Video And Picture Folder Path for My J2ME Application.
Any One can suggest right Video And Picture Folder Path?
Thanks
Hi,
you could try to get them using the following code:
PitCode:String photoPath = System.getProperty("fileconn.dir.photos"); String videoPath = System.getProperty("fileconn.dir.videos");