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

ZipFileSet.Prefix Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Types.ZipFileSet.Prefix

See Also

ZipFileSet Class | NAnt.Compression.Types Namespace