BZip2Compress(ICakeContext, DirectoryPath, FilePath) |
Create a BZip2 Tar archive of the specified directory.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) |
Create a BZip2 Tar archive of the specified files.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) |
Create a BZip2 Tar archive of the specified files.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) |
Create a BZip2 Tar archive of the specified files.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) |
Create a BZip2 Tar archive of the specified files.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, int) |
Create a BZip2 Tar archive of the specified directory.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, string) |
Create a BZip2 Tar archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
BZip2Compress(ICakeContext, DirectoryPath, FilePath, string, int) |
Create a BZip2 Tar archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
BZip2Uncompress(ICakeContext, FilePath, DirectoryPath) |
Uncompress the specified BZip2 Tar file.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath) |
Create a GZip Tar archive of the specified directory.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) |
Create a GZip Tar archive of the specified files.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) |
Create a GZip Tar archive of the specified files.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) |
Create a GZip Tar archive of the specified files.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) |
Create a GZip Tar archive of the specified files.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, int) |
Create a GZip Tar archive of the specified directory.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, string) |
Create a GZip Tar archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
GZipCompress(ICakeContext, DirectoryPath, FilePath, string, int) |
Create a GZip Tar archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
GZipUncompress(ICakeContext, FilePath, DirectoryPath) |
Uncompress the specified GZip Tar file.
Addin from Cake.Compression.dll
|
Unzip(ICakeContext, FilePath, DirectoryPath) |
Unzips the specified file
|
Zip(ICakeContext, DirectoryPath, FilePath) |
Zips the specified directory.
|
Zip(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) |
Zips the specified files.
|
Zip(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) |
Zips the specified files.
|
Zip(ICakeContext, DirectoryPath, FilePath, string) |
Zips the files matching the specified pattern.
|
ZipCompress(ICakeContext, DirectoryPath, FilePath) |
Create a Zip archive of the specified directory.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>) |
Create a Zip archive of the specified files.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<FilePath>, int) |
Create a Zip archive of the specified files.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>) |
Create a Zip archive of the specified files.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, IEnumerable<string>, int) |
Create a Zip archive of the specified files.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, int) |
Create a Zip archive of the specified directory.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, string) |
Create a Zip archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
ZipCompress(ICakeContext, DirectoryPath, FilePath, string, int) |
Create a Zip archive of the files matching the specified pattern.
Addin from Cake.Compression.dll
|
ZipUncompress(ICakeContext, FilePath, DirectoryPath) |
Uncompress the specified Zip Tar file.
Addin from Cake.Compression.dll
|