Click or drag to resize

ZIPOpen Method

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

Opens and prepares a ZIP file to be used by the DSS text parser. Currently, the ZIP format support is limited by what is provided in the Free Pascal distribution. Besides that, the full filenames inside the ZIP must be shorter than 256 characters. The limitations should be removed in a future revision. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public void Open(
	string FileName
)

Parameters

FileName
Type: SystemString

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

See Also