Summary
Contains functionality related to compress files to Zip.
- Namespace
- Cake
.Common .IO - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ZipAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Compression")]
public static class ZipAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Unzip |
void |
Unzips the specified file.
static
|
Unzip |
void |
Unzips the specified file.
static
|
Zip |
void |
Zips the specified files.
static
|
Zip |
void |
Zips the specified files.
static
|
Zip |
void |
Zips the files matching the specified pattern.
static
|
Zip |
void |
Zips the specified directory.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|