Skip to main content

storage_file_size

Function storage_file_size 

Source
pub unsafe extern "C" fn storage_file_size(file: *mut File) -> u64
Expand description

Get the file size.

§Arguments

  • file - pointer to the file instance in question.

§Returns

size of the file, in bytes.