pub fn file_size(path: &Path) -> u64
Get the size of a file in bytes.
Returns 0 if the file doesn’t exist.