NAnt SDK Documentation - v0.85-nightly-2005-11-09

TarFileSet.FileMode Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Types.TarFileSet.FileMode

See Also

TarFileSet Class | NAnt.Compression.Types Namespace