| zipArchive fileRef | zipArchive := ZipArchive new. fileRef := 'myFile.zip' asFileReference. [ zipArchive readFrom: fileRef fullName; extractAllTo: FileSystem workingDirectory ] ensure: [ zipArchive close ].
2014-12-09 15:03 GMT-03:00 Markus Fritsche <[email protected]>: > On 2014-12-09 18:19, Юрий Мироненко wrote: > >> Do you want to work with ZIP files, or specifically with MCZ ? >> > > Just a zip file with a member called project.xml which I want to extract, > change and rezip... > > Best regards, > Markus > >
