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

AWS Lambda – Function in Go

SQL - Indexes

AWS Lambda – Function in Java