This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
Summary
Gets or sets a value indicating whether to use full paths.
Default is true.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Commands - Containing Type
- ExtractCommand
Syntax
public bool UseFullPaths { get; set; }
Value
Type | Description |
---|---|
bool |
true if [use full paths]; otherwise, false .
|