pub async fn remove_file(path: impl AsRef<Path>) -> Result<(), FsError>
Remove a file, reporting a missing file as an error.