Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 252 Bytes

README-qfileinfo-exists.md

File metadata and controls

6 lines (4 loc) · 252 Bytes

qfileinfo-exists

Finds places using QFileInfo("filename").exists() instead of the faster version QFileInfo::exists("filename").

According to Qt's docs: "Using this function is faster than using QFileInfo(file).exists() for file system access."