Skip to main content

create_file

Function create_file 

Source
fn create_file(file: &Path) -> Result<File>
Expand description

open asked for 0600, and only if nothing is there: create_new is what makes truncating an existing file impossible here.