Function firefly_rust::rom::get_size

source ·
pub fn get_size(name: &str) -> usize
Expand description

Determine the required size (in bytes) to store the given file.

If the file does not exist, 0 is returned.