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

Method to create a new storage file.

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

Syntax

   
 C# 
public static ZipStorer Create(
	string fileName,
	string fileComment
)

Parameters

fileName
String
Full path of Zip file to create
fileComment
String
General comment for Zip file

Return Value

A valid ZipStorer object

See Also