Click or drag to resize
ZipProviderAddFile Method
Adds file to archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public void AddFile(
	string FileName
)

Parameters

FileName
Type: SystemString
File name
See Also