Function jortestkit::file::append

source ·
pub fn append<P: AsRef<Path>, S: Into<String>>(
    filename: P,
    line: S
) -> Result<(), Error>