Click or drag to resize

IStreamerOpenZipRead Method

Opens a zip stream for reading.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
bool OpenZipRead(
	string name
)

Parameters

name  String
The name of the Blob or file to open for reading. The source is expected to be in the pkzip format with a .zip extension.

Return Value

Boolean
Returns True if the stream was opened, False otherwise and the Message field will contain an error message.
See Also