Click or drag to resize

ZIPRedirect Method

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

Runs a "Redirect" command inside the current (open) ZIP file. In the current implementation, all files required by the script must be present inside the ZIP, using relative paths. The only exceptions are memory-mapped files. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public void Redirect(
	string FileInZip
)

Parameters

FileInZip
Type: SystemString

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

See Also