Skip to main content

file_append

Function file_append 

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

Append bytes to a file

§Arguments

  • path - Path to the file
  • data - Data to append

§Returns

  • Result<Void, FileError> - Success or error