[This is preliminary documentation and is subject to change.]
Add full contents of a file into the Zip storage
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
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
Filename and path as desired in Zip directory
- fileComment
- String
Comment for stored file