Summary
Initializes a new instance of the
Zipper
class.
- Namespace
- Cake
.Common .IO - Containing Type
- Zipper
Syntax
public Zipper(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
log | ICakeLog | The log. |
Return Value
Type | Description |
---|---|
void |