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

Add full contents of a file into the Zip storage

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public void AddFile(
	ZipStorer..::..Compression method,
	string pathName,
	string fileNameInZip,
	string fileComment
)

Parameters

method
ZipStorer..::..Compression
Compression method
pathName
String
Full path of file to add to Zip storage
fileNameInZip
String
File name and path as desired in Zip directory
fileComment
String
Comment for stored file

See Also