|
IStreamerOpenZipRead Method
|
Opens a zip stream for reading.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax 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
BooleanReturns True if the stream was opened, False otherwise and the
Message field
will contain an error message.
See Also