pub fn get_size(name: &str) -> usize
Determine the required size (in bytes) to store the given file.
If the file does not exist, 0 is returned.