Skip to main content

file_append

Function file_append 

Source
pub fn file_append(path: &str, data: &[u8]) -> Result<EmptyStruct, FileError>
Expand description

Append bytes to a file

ยงErrors

Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).