pub fn file_append(path: &str, data: &[u8]) -> Result<EmptyStruct, FileError>
Append bytes to a file
Returns a FileError if the filesystem operation fails (e.g. path not found, permission denied, or an I/O error).
FileError