OK. Your application should have access to the folders determined by:
Code:
System.getProperty("fileconn.dir.photos");
System.getProperty("fileconn.dir.videos");
System.getProperty("fileconn.dir.graphics");
System.getProperty("fileconn.dir.tones");
System.getProperty("fileconn.dir.music");
System.getProperty("fileconn.dir.recordings");
System.getProperty("fileconn.dir.memorycard");
System.getProperty("fileconn.dir.private");
The last of these (fileconn.dir.private) should be available on your phone, but will not be available on all.
Graham.