79413195

Date: 2025-02-04 22:35:49
Score: 1.5
Natty:
Report link

Since C++17 filesystem library is available and you should use this library. It provides std::filesystem::exists() call. This call is based on path logic and it could be absolute and relative from the required directory. It works if you process has enough rights to perform those operation, in other words file might exist, but you process could lack of rights to check it

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: svv