[][src]Function i18n_build::util::remove_file_if_exists

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

Remove a file if it exists, otherwise return a PathError#CannotDelete.