A small code snippet of getting images folder path using j2me is given.See here
String filePath = System.getProperty("fileconn.dir.photos");
If you want to have path for video folder you can write like this
String filePath = System.getProperty("fileconn.dir.videos");
Given code lines work only with nokia.Code is tested and gives the required path to access images and video folders.
A small code snippet of getting images folder path using j2me is given.See here String filePath = System.getProperty("fileconn.dir.photos"); If you want to have path for video folder you can write like this String filePath = System.getProperty("fileconn.dir.videos");
Given code lines work only with nokia.Code is tested and gives the required path to access images and video folders.
--kalki 20:42, 26 September 2009 (UTC)