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
| Name | Summary |
|---|---|
| FileSetFunctions |
Methods
| Name | Value | Summary |
|---|---|---|
| GetFileCount |
int |
Determines the number of files within a
FileSet.
|
| HasFiles |
bool |
Determines whether
FileSet contains any files.
|
| ToString |
string |
Returns a delimited string of all the filenames within a
FileSet with each filename
separated by the specified delimiter string.
|
