fileset::to-string

Returns a delimited string of all the filenames within a <fileset> with each filename separated by the specified delimiter string.

Usage

string fileset::to-string(fileset, delimiter)

Parameters

Name Type Description
fileset string The id of the fileset to check.
delimiter string String to separate filenames with.

Return Value

A delimited string of the filenames within the specified FileSet.

Exceptions

The function will fail in any of the following circumstances:

Examples

Requirements

Assembly: NAnt.Contrib.Tasks (0.91.4312.0)