ExtractCommandBuilder.

WithoutFullPathExtraction() Method

Summary

Sets UseFullPaths to false on the ExtractCommand. (copies all extracted files to one directory).
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
ExtractCommandBuilder

Syntax

public ExtractCommandBuilder WithoutFullPathExtraction()

Return Value

Type Description
ExtractCommandBuilder The builder, for fluent use.