Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

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

TypeDescription
ArchiveFileSpec
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

A description of a file to be added to an archive.

ModuleDescription
BZip2
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Operations and tasks for working with gzip compressed files.

CompressionLevel
OBSOLETE

Please 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
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Operations and tasks for working with gzip compressed files.

Tar
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Operations and tasks for working with tar archives.

Zip
OBSOLETE

Please 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 valueDescription
archiveFileSpec(file)
Signature: file:FileInfo -> ArchiveFileSpec
Attributes:
[<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>]
OBSOLETE

Please 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")>]
OBSOLETE

Please 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 baseDir.