Skip to content

Error in extraction #3

Description

@felicegiovinazzo

Hi, i have an error in extraction in the following code snippets

code:
var clfolder = Ti.Filesystem.getFile(clienteDirPath);
var f = Ti.Filesystem.getFile(clienteDirPath, 'tmp.zip');
var extractor = require('com.websiteburo.androzip');
extractor.extract(f.nativePath, clfolder.nativePath);

error:
Message: Uncaught Error: Size mismatch
Source: extractor.extract(f.nativePath, clfolder.nativePath);

This occours after the extraction of the first of 14 files in the zip top-level folder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions