i have the following code:
this code works fine on emulator, 7650 and 3650 phone. but when i try it on 6600, it gives me kern exec 3, why? when i comment out BaflUtils::CopyFile, there is no kern exec. can anyone help me?Code:TBuf<256> fileNameJpeg; fileNameJpeg.Copy(_L("c:\\system\\apps\\myapp\\me.jpg")); if(BaflUtils::FileExists(iCoeEnv->FsSession(), fileNameJpeg)) { BaflUtils::CopyFile(iCoeEnv->FsSession(), fileNameJpeg, KFileNameBookmarksImagesDirectory); }


Reply With Quote

