NAnt SDK Documentation - v0.92

DirectoryScanner Properties

The properties of the DirectoryScanner class are listed below. For a complete list of DirectoryScanner class members, see the DirectoryScanner Members topic.

Public Instance Properties

BaseDirectory The base directory to scan. The default is the current directory.
CaseSensitive Gets or set a value indicating whether or not to use case-sensitive pattern matching.
DirectoryNames Gets the list of directories that match the given patterns.
Excludes Gets the collection of exclude patterns.
FileNames Gets the list of files that match the given patterns.
Includes Gets the collection of include patterns.
IsEverythingIncluded Indicates whether or not the directory scanner included everything that it scanned.
ScannedDirectories Gets the list of directories that were scanned for files.

See Also

DirectoryScanner Class | NAnt.Core Namespace