This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.7zip.
Summary
Syntax
public static T WithFullyQualifiedFilePaths<T>(this T this, bool includeDriveLetters)
where T : ISupportSwitchBuilder<ISupportSwitchFullyQualifiedFilePaths>
Attributes
Type |
Description |
NullableContextAttribute |
|
Type Parameters
Parameters
Name |
Type |
Description |
this |
T |
The builder-instance. |
includeDriveLetters |
bool |
Whether to include drive-letters or not. |
Return Value
Type |
Description |
T |
The builder-instance for fluent re-use. |