⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

append_file

Function append_file 

Source
pub fn append_file(path: &str, data: &[u8]) -> Result<usize, KernelError>
Expand description

Append data to a file