HashCommand.

Directories Property

Summary

Gets or sets the list of Directories the command operates on.

For add and update, adding a directory will add the directory itself to the root of the archive including everything in it.

Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Commands
Containing Type
HashCommand

Syntax

public DirectoryPathCollection Directories { get; set; }

Value

Type Description
DirectoryPathCollection

See Also