Skip to content

Error in extraction #3

@felicegiovinazzo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions