NAnt SDK Documentation - v0.92

ZipFileSet.Prefix Property

The top level directory prefix. If set, all file and directory paths in the fileset will have this value prepended. Can either be a single directory name or a "/" separated path.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="prefix", ExpandProperties:=True, ProcessXml:=True)>
Public Property Prefix As String
[C#]
[TaskAttribute(Required=False, Name="prefix", ExpandProperties=True, ProcessXml=True)]
public string Prefix {get; set;}

See Also

ZipFileSet Class | NAnt.Compression.Types Namespace