Click or drag to resize

ZIPExtract Method

[This is preliminary documentation and is subject to change.]

Extracts the contents of the file "FileName" from the current (open) ZIP file. Returns a byte-string. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public byte[] Extract(
	string FileName
)

Parameters

FileName
Type: SystemString

[Missing <param name="FileName"/> documentation for "M:dss_sharp.ZIP.Extract(System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:dss_sharp.ZIP.Extract(System.String)"]

See Also