[This is preliminary documentation and is subject to change.]
Method to open an existing storage file
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
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