NAnt SDK Documentation - v0.92

FileSet.ScannedDirectories Property

Gets the collection of directory names that were scanned for files.

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

Property Value

A collection that contains the directory names that were scanned for files.

See Also

FileSet Class | NAnt.Core.Types Namespace