Cocos2d-x How to check file exist in documents

/* Check file exist in Resource folder  */
bool Global::checkFileExistInResource (const char* pszFileName ){
   
    return CCFileUtils::sharedFileUtils()-> isFileExist(pszFileName);
}

Comments

Popular posts from this blog

Java : Variables Declaring

Install DNF in RHEL/CentOS 7

SQL Self JOIN