path_sv = newSVpv(path, 0); sv_catpvs(path_sv, "/"); sv_catpv(path_sv, archive_entry_pathname(entry)); archive_entry_set_pathname(entry, SvPV_nolen(path_sv)); sv_free(path_sv);