[][src]Function i18n_build::util::remove_file_or_error

pub fn remove_file_or_error<P: AsRef<Path>>(
    file_path: P
) -> Result<(), PathError>

Remove a file, or return a PathError#CannotDelete if unable to.