Function calc::file_exists

Function Documentation

auto calc::file_exists(const std::string &filename) -> bool

Check if a file exists on the filesystem.

Parameters:

filename – Path to the file to check

Returns:

true if file exists and is accessible, false otherwise