Function fs_err::remove_file[][src]

pub fn remove_file<P>(path: P) -> Result<()> where
    P: AsRef<Path>, 

Wrapper for fs::remove_file.