Function cpp_to_rust_common::file_utils::create_file [] [src]

pub fn create_file<P: AsRef<Path>>(path: P) -> Result<FileWrapper>

A wrapper over std::fs::File::create with better error reporting.