How to get default Media files folder path in Series80 and UIQ........
| Thu, 2005-08-04 06:34 | |
|
Hi,
I am trying to get the default file folder where the audio, video, docs etc.. gets stored in the filesystem, Using file manager i can able to see the folders and path...But i need to get those path programmatically. Is it possible? and if so please help me how to implement it. In UIQ by using CQikMediaFile::MimeType(), and CQikMediaFile::Folder() and CQikMediaFile::FileType(), i think i can validate the folders as there are some Enums "EQikFileUnrecognizedImageDir, EQikFileUnrecognizedAudioDir, EQikFileUnrecognizedVideoDir, EQikFileUnrecognizedDocumentDir, EQikFileOrdinary, EQikFileRecognizedOtherDir" as SDK help says...will it work...is there any different approach to proceed further... I cant find any such class or APIs in series80, please share ur knowledge on this and hlep me............ Best Regards, Pearl |
|






Forum posts: 10
enum TQikMediaFolders
{
EQikMediaFolderImage,
EQikMediaFolderAudio,
EQikMediaFolderVideo,
EQikMediaFolderDocument,
EQikMediaFolderOther
};
i dont know how to use it, as i cannot find anyclass/APIs using it...can anyone help me on this....
I dint even have an clue in Series80 for this problem...
Please help me on this......
Forum posts: 36
I'm looking for the same thing on Serie 60.
Forum posts: 672
TFileName name;
QikFileUtils::MakeAppDocumentFileNameL(name, KUidYourAppsUID);
after this, the name will contain the full path including a file name for your apps default file name with the path.
Forum posts: 19
I now it is a long time since you started this thread but I have to ask you, have you found an answer for this question?
I have spent two days now, looking for how to do this. However I cant find anything that helps.
If you know please let me know.
Thanx
Forum posts: 17
No idea what the equivilant for Series 60/80 would be.
Forum posts: 36
I'm looking for the same thing on Serie 60.
I reply to my own question : PathInfo class