FileSetFunctions Class

Summary

Provides methods for interrogating Filesets.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Functions
Base Types
  • FunctionSetBase
graph BT Type-->Base0["FunctionSetBase"] Type["FileSetFunctions"] class Type type-node

Syntax

[FunctionSet("fileset", "FileSet")]
public class FileSetFunctions : FunctionSetBase

Attributes

Type Description
FunctionSet

Constructors

Methods

Name Value Summary
GetFileCount(string) int
Determines the number of files within a FileSet.
HasFiles(string) bool
Determines whether FileSet contains any files.
ToString(string, string) string
Returns a delimited string of all the filenames within a FileSet with each filename separated by the specified delimiter string.