ZipStream {Microsoft.VisualBasic.ApplicationServices.Zip} .NET clr documentation

ZipStream

Description

using a zip archive file as a virtual filesystem

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member zip: ZipArchive

[Package {$package} version {$version} Index]