Function create_file

Source
pub fn create_file<P>(path: P) -> Result<File, FileError>
where P: AsRef<Path>,
Expand description

Note: creates all intermediary directories if needed.