Summary
Command supports switch -spf/-spf2 (Use fully qualified file paths).
The Switch is SwitchFullyQualifiedFilePaths
.
The Builder is SwitchFullyQualifiedFilePathsBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchFullyQualifiedFilePaths"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Implementing1["ExtractCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Implementing2["UpdateCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing3["DeleteCommand"]-.->Type
click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
Syntax
public interface ISupportSwitchFullyQualifiedFilePaths : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Fully |
Switch |
Gets or sets the SwitchFullyQualifiedFilePaths.
|