Summary
-an (Disable parsing of archive_name) switch.
Disables parsing of the archive_name field on the command line. This switch must be used with the -ai (Include archives) switch. If you use a file list for your archives, you specify it with the -ai switch, so you need to disable parsing of archive_name field from command line.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Base Types
-
- object
- BaseBoolSwitch
graph BT
Type-->Base0["BaseBoolSwitch"]
click Base0 "/Cake.7zip/api/Cake.SevenZip.Switches/BaseBoolSwitch"
Base0-->Base1["object"]
Type-.->Interface0["ISwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch"
Type["SwitchDisableParsingOfArchiveName"]
class Type type-node
Syntax
public class SwitchDisableParsingOfArchiveName : BaseBoolSwitch, ISwitch
Constructors
Name | Summary |
---|---|
Switch |
Initializes a new instance of the SwitchDisableParsingOfArchiveName class.
|
Methods
Name | Value | Summary |
---|---|---|
BuildArguments |
void |
Builds the arguments using the builder.
Inherited from BaseBoolSwitch
|