ZipFileSet Class

Summary

A NAnt.Compression.Types.ZipFileSet is a FileSet with extra attributes useful in the context of the NAnt.Compression.Tasks.ZipTask.
Assembly
NAnt.Compression.dll
Namespace
NAnt.Compression.Types
Base Types
  • FileSet
graph BT Type-->Base0["FileSet"] Type["ZipFileSet"] class Type type-node

Syntax

[ElementName("zipfileset")]
public class ZipFileSet : FileSet

Attributes

Type Description
ElementName

Properties

Name Value Summary
Prefix string
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.