Hi, I do not know what is the path to write to my N95, I tried this but it doesn't work.
fp.Create(iFileServer,_L("c:\\data\\images\\Pictures\\temp.txt"),EFileWrite);
so I found this code,
TFileName path = PathInfo::PhoneMemoryRootPath();
path.Append( PathInfo::ImagesPath() );
However, I do not know how to add the filename to it and write it to the image directory. Please help. Thank you.




