Skip to main content

file_read

Function file_read 

Source
pub fn file_read(handle: u32) -> Option<Vec<u8>>
Expand description

Read the full contents of a picked file.

Returns None if the handle is unknown, the file cannot be read, or the file is larger than 64 MiB (the wrapper’s retry cap).