Function tempus_cli::utils::create_or_open_file[][src]

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