Function create

Source
pub fn create(file_path: &Utf8Path, mode: Option<u32>) -> Result<File>
Expand description

Ensure that a file exists with the specified permissions, creating it and its parent directories as needed.