Summary
Sets a value indicating whether to include drive letter.
- Namespace
- Cake
.SevenZip .Switches - Containing Type
- Switch
Fully Qualified File Paths
Syntax
public bool IncludeDriveLetter { private get; set; }
Value
Type | Description |
---|---|
bool |
true to include drive letter (switch -spf); otherwise, false (switch -spf2).
|