NAnt SDK Documentation - v0.92

FileSet.DirectoryNames Property

Gets the collection of directory names that match the fileset.

[Visual Basic]
Public ReadOnly Property DirectoryNames As StringCollection
[C#]
public System.Collections.Specialized.StringCollection DirectoryNames {get;}

Property Value

A collection that contains the directory names that match the FileSet.

See Also

FileSet Class | NAnt.Core.Types Namespace