changeset 101 | 867fc277ffea |
parent 96 | a8538f50e2ba |
child 162 | d15654dbe9b8 |
--- a/engine/src/SettingsEngine.cpp Thu Apr 01 11:47:56 2010 +0200 +++ b/engine/src/SettingsEngine.cpp Sat Apr 03 10:55:45 2010 +0100 @@ -222,11 +222,8 @@ TFileName CSettingsEngine::PrivatePath() { TFileName privatePath; -#ifdef __WINS__ iPodcastModel.FsSession().PrivatePath(privatePath); -#else - privatePath = _L("e:\\pod\\"); -#endif + TRAP_IGNORE(BaflUtils::EnsurePathExistsL(iPodcastModel.FsSession(), privatePath)); return privatePath; }