Function higher_effect::io::append_file

source ·
pub fn append_file<'a, P: 'a + AsRef<Path>, C: 'a + AsRef<[u8]>>(
    path: P,
    contents: C
) -> IO<'a, (), Error>
Expand description

Append to an already existing file on the filesystem.

If the file does not already exist, it will be created.