pub fn append_open(filename: &str) -> Result<File, PathError>
Create a new file for appending from the supplied filename.
PathError::FileAccess