[][src]Function test_common::fs::ops::delete_file

pub fn delete_file(file_path: &str) -> Result<(), Error>

Delete an specific file.

Parameters:

  • file_path: &str with the absolute path to file.

Returns:

Returns Ok(()) if sucessful and std::io::Error if not.