@@ -17,9 +17,9 @@ #import "Archive.h" @interface ZIPArchive: OFObject { - OFString *_path; + OFIRI *_archiveIRI; OFZIPArchive *_archive; } @end