pub fn create_or_open_file(path: &str) -> File
Open a file for appending or create it if it doesn’t exist Panic on error, return the file handle