ZipStream {Microsoft.VisualBasic.ApplicationServices.Zip} | .NET clr documentation |
using a zip archive file as a virtual filesystem
# namespace Microsoft.VisualBasic.ApplicationServices.Zip
export class ZipStream {
# Gets the absolute path of the file opened in the FileStream.
filepath: string;
readonly: boolean;
zip: ZipArchive;
}
zip
: ZipArchive