Function Blam::Utils::IO::file_exists

Function Documentation

bool Blam::Utils::IO::file_exists(std::string name)

Checks if the specified file exists.

Return

true if the file exists, false if it does not

Parameters
  • name: - The path to the file.