Relative path and string contents of a file in a zip object.

interface IZipObjectContentItem {
    content: TZipObjectContent;
    file: string;
}

Properties

Properties

Contents of file

file: string

Filename