Function ouster::sdk::core::get_file_size¶
Defined in File compat_ops.h
Function Documentation¶
-
size_t ouster::sdk::core::get_file_size(const std::string &path)¶
Get the size of the given file in bytes.
- Parameters:
path[in] The path to the file.
- Returns:
The size of the file in bytes.