Skip to content

Commit

Permalink
Extraction now works, although decompression does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed Aug 15, 2012
1 parent 88292be commit 1e53a38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
void main() {
var zip = new Zip(new Path('test.zip'));

zip.extractTo(new Path("${new Directory.current()}/test-extraction/"));

//print(zip.files); // It's null, as long as we haven't opened the Zip or modified it.
zip.extractTo(new Path.fromNative("${new Directory.current().path}/test-extraction/"));

/*
zip.open().then((error) {
Expand Down

0 comments on commit 1e53a38

Please sign in to comment.