NAnt SDK Documentation - v0.92 |
|
ExpandBaseTask.Overwrite Property
Overwrite files, even if they are newer than the corresponding entries in the archive. The default is true.
[Visual Basic]
<TaskAttribute(Name:="overwrite", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Overwrite As
Boolean
[C#]
[TaskAttribute(Name="overwrite", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual
bool Overwrite {get; set;}
See Also
ExpandBaseTask Class | NAnt.Compression.Tasks Namespace