| 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
)
Public Function Extract (
FileName As String
) As Byte()
public:
array<unsigned char>^ Extract(
String^ FileName
)
member Extract :
FileName : string -> byte[]
function Extract(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