ISupportSwitchWorkingDirectory Interface
.

Command supports switch -w (Working directory).

The Switch is SwitchWorkingDirectory.

The Builder is SwitchWorkingDirectoryBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchWorkingDirectory"] class Type type-node Implementing0["RenameCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/RenameCommand" Implementing1["AddCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/AddCommand" Implementing2["UpdateCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand" Implementing3["DeleteCommand"]-.->Type click Implementing3 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchWorkingDirectory : ISupportSwitch

Properties

Name Property Type Summary
WorkingDirectory SwitchWorkingDirectory
Gets or sets the SwitchWorkingDirectory.

See Also