BuildMaster SDK Reference
Version:
ExtractZip(System.IO.Stream zipStream, string targetDirectory) Method
Extracts a zip file to the specified directory.
Syntax
public
static
void ExtractZip(System.IO.Stream zipStream, string targetDirectory)
Parameters
- zipStream
- Type: System.IO.Stream
The backing stream of the zip file to extract.
- targetDirectory
- Type: string
The directory to extract the zip file to.