OBSOLETE
Please use Fake.IO.Zip instead and extend it via Pull Request if required
ArchiveHelper
Provides utility tasks for storing and compressing files in archives.
Nested types and modules
Type | Description |
ArchiveFileSpec |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required A description of a file to be added to an archive. |
Module | Description |
BZip2 |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Operations and tasks for working with gzip compressed files. |
CompressionLevel |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Provides validation of comression levels used for the zip and gzip compression algorithms. |
GZip |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Operations and tasks for working with gzip compressed files. |
Tar |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Operations and tasks for working with tar archives. |
Zip |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Operations and tasks for working with zip archives. |
Functions and values
Function or value | Description |
archiveFileSpec(file)
Signature: file:FileInfo -> ArchiveFileSpec
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Constructs a file specification which will archive the file at the root. |
archiveFileSpecWithBaseDir baseDir file
Signature: baseDir:DirectoryInfo -> file:FileInfo -> ArchiveFileSpec
Attributes: [<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>] |
OBSOLETEPlease use Fake.IO.Zip instead and extend it via Pull Request if required Constructs a file specification which will archive the file with a path relative to the |