ISupportSwitchFullyQualifiedFilePaths Interface

Summary

Command supports switch -spf/-spf2 (Use fully qualified file paths).

The Switch is SwitchFullyQualifiedFilePaths.

The Builder is SwitchFullyQualifiedFilePathsBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchFullyQualifiedFilePaths"] class Type type-node Implementing0["ExtractCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing1["UpdateCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing2["AddCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing3["DeleteCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchFullyQualifiedFilePaths : ISupportSwitch

Properties

Name Value Summary
FullyQualifiedFilePaths SwitchFullyQualifiedFilePaths?
Gets or sets the SwitchFullyQualifiedFilePaths.

See Also

GitHub Discussion