foundry_common::fs

Function create_file

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

Wrapper for File::create.