class CCFileUtils { static CCFileUtils* sharedFileUtils(); std::string getWriteablePath(); const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile); std::string fullPathForFilename(const char *pszFileName); };