NAnt SDK Documentation - v0.92

TarFileSet.FileMode Property

A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion. Only applies to plain files. The default is 644.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="filemode", ExpandProperties:=True, ProcessXml:=True)>
Public Property FileMode As Integer
[C#]
[TaskAttribute(Required=False, Name="filemode", ExpandProperties=True, ProcessXml=True)]
public int FileMode {get; set;}

See Also

TarFileSet Class | NAnt.Compression.Types Namespace