pub fn create_file<P: Into<PathBuf> + AsRef<Path>>(path: P) -> Result<()>
Create an empty file if it doesn’t already exist
May return any of the same errors as std::fs::open
std::fs::open