|
Images and Videos Path in Java ME |
|
|
|
|
Friday, 15 June 2007 |
Image directory path In Nokia phones: String filePath = System.getProperty("fileconn.dir.photos");
Usually it will be equal to "file:///c:/Myfiles/Images/”.
Video directory path in Nokia phones:String filePath = System.getProperty("fileconn.dir.videos");
|
|
Last Updated ( Tuesday, 14 August 2007 )
|