axmol/tools/tolua++/CCFileUtils.pkg

20 lines
568 B
Plaintext

class CCFileUtils
{
static CCFileUtils* sharedFileUtils();
static void purgeFileUtils();
void purgeCachedEntries();
std::string fullPathForFilename(const char *pszFileName);
void loadFilenameLookupDictionaryFromFile(const char* filename);
const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
void addSearchResolutionsOrder(const char* order);
void addSearchPath(const char* path);
std::string getWritablePath();
void setPopupNotify(bool bNotify);
bool isPopupNotify();
};