Categories: Java | Java ME | How To | Code Examples | Multimedia | Files/Data
This page was last modified 09:33, 28 November 2007.
How to get the path of images folder in Java ME
From Forum Nokia Wiki
In Nokia phones you can retrieve it by using
String filePath = System.getProperty("fileconn.dir.photos");
Usually it will be equal to "file:///c:/Myfiles/Images/”.
Similarily for videos
String filePath = System.getProperty("fileconn.dir.videos");
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FindWildByPath path specification | hetzerrr | Symbian User Interface | 7 | 2008-07-07 11:03 |
| Sony Z750A and LG VU Mobile Video And Picture Folder Path | vijaypatidar | Mobile Java Media (Graphics & Sounds) | 1 | 2008-07-01 09:25 |
| Issue in Nokia 6233 and 6300 | mmdfarook | Mobile Java General | 9 | 2007-05-04 11:50 |
| Series 60 BMP Texture Mapping With OpenGL ES Problem | abolfoooud | Symbian Media (Graphics & Sounds) | 7 | 2008-06-13 03:53 |
| creating theme without carbide ui | bbunlock | Themes/Carbide.ui | 3 | 2008-03-15 21:40 |
