标签:div delete color file let bool linu bsp 删除文件
bool LxDeleteFile(const char* src){ int32_t iRe = remove(src); if(iRe==0) return true; else return false; }
删除文件linux
原文地址:https://www.cnblogs.com/hshy/p/12077970.html