April 19, 2016
1:02 p.m.
Le 19/4/16 14:48, Valentin Ryckewaert a écrit :
Hi,
I'm trying to unzip a file I did this : GZipReadStream unzip:'aPath/myZip.zip' to: 'aPath/test' asFileReference
It's not working and I don't really understand the doc of the method, why does unzip want as first argument the name of the file only?
apparently unzip: to: expect two strings At least this is the impression that I have when reading the code. If this is the case then the methods arguments should be renamed.
Valentin