Function create_file

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

Note: creates all intermediary directories if needed.