Function rcpputils::fs::file_size

Function Documentation

uint64_t rcpputils::fs::file_size(const path &p)

Get the file size of the path.

Parameters:

p[in] The path to get the file size of.

Throws:

std::sytem_error

Returns:

The file size in bytes.