ZForge.Zip.ZipEntry.Extract C# (CSharp) Method

Extract() public method

Extract the entry to the filesystem, starting at the specified base directory.
public Extract ( string BaseDirectory ) : void
BaseDirectory string the pathname of the base directory
return void
        public void Extract(string BaseDirectory)
        {
            Extract(BaseDirectory, null);
        }

Same methods

ZipEntry::Extract ( ) : void
ZipEntry::Extract ( System s ) : void
ZipEntry::Extract ( string basedir, System s ) : void