NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AttribTask.File Property
[This is preliminary documentation and subject to change.]
The name of the file which will have its attributes set. This is provided as an alternate to using the task's fileset.
[Visual Basic]
<TaskAttribute(Name:="file", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property File As
FileInfo
[C#]
[TaskAttribute(Name="file", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo File {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.AttribTask.File
See Also
AttribTask Class | NAnt.Core.Tasks Namespace