⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
append_file
veridian_
kernel
0.25.2
In veridian_
kernel::
fs
veridian_kernel
::
fs
Function
append_
file
Copy item path
Source
pub fn append_file(path: &str, data: &[u8]) -> Result<usize,
KernelError
>
Expand description
Append data to a file