tags:

views:

48

answers:

1

How to pick image path in Blackberry without using a file picker class?

A: 

try this.

String path1 = System.getProperty(fileconn.dir.photos)
String path2 = System.getProperty(fileconn.dir.memorycard.photos)
Vivart