UnZipTask.

ToDirectory Property

Summary

The directory where the expanded files should be stored. The default is the project base directory.
Assembly
NAnt.Compression.dll
Namespace
NAnt.Compression.Tasks
Containing Type
UnZipTask

Syntax

[TaskAttribute("todir", Required = false)]
public DirectoryInfo ToDirectory { get; set; }

Attributes

Type Description
TaskAttribute

Value

Type Description
DirectoryInfo