Dec. 28, 2012
10:38 p.m.
try to have a look at the other ensure* methods on FileReference or AbstractFileReference. I think you need #ensureFile or #ensureDirectory :) On 2012-12-27, at 17:28, Vanessa Peña Araya <van.c.pena@gmail.com> wrote:
Hi,
I want to extract a ZipArchive in Pharo 2.0, as the title says. I'm trying to do it with this:
zipArchive extractAllTo: aDirectory informing: bar overwrite: false
I'm trying the new file system but my problem is that ZipArchiveMember calls a method called "assureExistence", which does not exist... anywhere.
Has anyone experience something like this?
Thanks, Vanessa.