foundry_common::fs

Function remove_file

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

Wrapper for std::fs::remove_file.