Function append

Source
pub fn append<P, D>(path: P, data: D) -> Result<()>
where P: AsRef<Path>, D: AsRef<[u8]>,
Expand description

Append to a file given its path and data

ยงArguments

  • path
  • data