create_or_open_file

Function create_or_open_file 

Source
pub fn create_or_open_file(path: &str) -> File
Expand description

Open a file for appending or create it if it doesn’t exist Panic on error, return the file handle