包含头文件:<QFileInfo>

代码:

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



相关文章:

  • 2022-02-26
  • 2021-11-19
  • 2021-05-21
  • 2022-01-04
  • 2021-12-22
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-11-18
相关资源
相似解决方案