Function FileExists

Function Documentation

const bool FileExists(const std::string &file_path)

Checks if the specified file exists on disk.

Return
True if the file exists.
Parameters
  • file_path: Path to the file of interest.