AppleArchive.CreateEntries

AppleArchive.CreateEntries method

Adds to the archive all files and directories recursively in the directory given.

public AppleArchive CreateEntries(DirectoryInfo directory, bool includeRootDirectory = true)
ParameterTypeDescription
directoryDirectoryInfoDirectory to compress.
includeRootDirectoryBooleanIndicates whether to include the root directory itself or not.

Return Value

The archive with entries composed.

See Also