Function remove_file_locked

Source
pub fn remove_file_locked<P>(path: P) -> Result<(), FileError>
where P: AsRef<Path>,