Function get_file_size

Source
pub fn get_file_size(name: &str) -> usize
Expand description

Get a file size in the data dir.

If the file does not exist, 0 is returned.