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

Method to open an existing storage file

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

Syntax

   
 C# 
public static ZipStorer Open(
	string fileName,
	FileAccess fileAccess
)

Parameters

fileName
String
Full path of Zip file to open
fileAccess
FileAccess
File access mode as used in FileStream constructor

Return Value

A valid ZipStorer object

See Also