包含头文件:<QFileInfo>

代码:

QFileInfo file("文件路径");
if(file.exists()==false)
{文件不存在;}



相关文章: