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
Sets a value indicating whether to include drive letter.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Switches - Containing Type
- Switch
Fully Qualified File Paths
Syntax
public bool IncludeDriveLetter { set; }
Value
Type | Description |
---|---|
bool |
true to include drive letter (switch -spf); otherwise, false (switch -spf2).
|