[][src]Function misc_utils::fs::append

pub fn append<P: AsRef<Path>, C: AsRef<[u8]>>(
    path: P,
    contents: C
) -> Result<(), Error>

Append the content to the file.

This function only works for plaintext and gzip files.