Page 1 of 1

Symbian Folder Access?

PostPosted: Nov 27, 2007 @ 1:32pm
by lamsuet
Hi,

In symbian File Manager, there are five folder exists -
"Picture, Music, Video, Document, Other"

If I want to export files to these folders, for user access by Symbian's File Manager, such as phone's memory card drive(D:\) or the application drive?(C:\) How to do this?

Thanks

PostPosted: Nov 27, 2007 @ 3:55pm
by edge
Hi Lamsuet,

You can access these folder at c:\data. Here are some examples:
c:\data\My Videos
c:\data\Images
c:\data\Games
c:\data\Others

When writing to these folders use absolute paths when creating new files through ClassEFile.

PostPosted: Nov 28, 2007 @ 1:49am
by lamsuet
Hi edge,

I tried call OpenFolder of current path, I can read files and folders in it. (But the application path cannot access by Symbian File Manager)

When I set the path to "C", "C:", "C:\\" also can't list the contents in it.
what I want to do is let the user select the path and save the file only.(the absolute path cannot access, and I am not sure all device's have the same absolute path...)

Is it any CAPABILITY need to set? Could you please give me some help on it?

Thanks

PostPosted: Nov 28, 2007 @ 9:56am
by edge