views:

48

answers:

1

Hello,

I am developing a file-api app on Sony P1i. I used the following System properties to get the images, tones folder names/paths but all are returning null....

System.getProperty("fileconn.dir.photos") System.getProperty("fileconn.dir.photos.name") System.getProperty("fileconn.dir.tones.name") System.getProperty("fileconn.dir.tones")

System.getProperty("dir.photos") System.getProperty("dir.photos.name") System.getProperty("dir.tones.name") System.getProperty("dir.tones")

any help ...?

A: 

try with "fileconn.dir.photos" (with double "n")

siddarth sen
@siddarth, i have tried with double "n" only....just with curiosity i tried with single "n" also but alas its also not working..
Vijay C