| 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 <mfritsche@reauktion.de>:
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