Function append_open

Source
pub fn append_open(filename: &str) -> Result<File, PathError>
Expand description

Create a new file for appending from the supplied filename.

ยงErrors