HashCommand.

DirectoryContents Property

Summary

Gets or sets the list of Directory-contents the command operates on.

For add and update, adding a directory this way will add the files of the directory to the root of the archive but not the directory itself.

Namespace
Cake.SevenZip.Commands
Containing Type
HashCommand

Syntax

public DirectoryPathCollection? DirectoryContents { get; set; }

Value

Type Description
DirectoryPathCollection?

See Also

GitHub Discussion