win10怎么安装homebrew

win10怎么安装homebrew,第1张

试试

string dir = basename(fullPath)

if(!_fileUtils-&gtisDirectoryExist(dir)) {

if(!_fileUtils-&gtcreateDirectory(dir)) {

// Failed to create directory

CCLOG("AssetsManagerEx : can not create directory %s\n", fullPath.c_str())

unzClose(zipfile)

return false

}

试试

string dir = basename(fullPath)

if(!_fileUtils->isDirectoryExist(dir)) {

if(!_fileUtils->createDirectory(dir)) {

// Failed to create directory

CCLOG("AssetsManagerEx : can not create directory %s\n", fullPath.c_str())

unzClose(zipfile)

return false

}


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/tougao/9263428.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-26
下一篇 2023-04-26

发表评论

登录后才能评论

评论列表(0条)

保存