NAnt SDK Documentation - v0.85-nightly-2005-11-09

DirectoryScanner Members

DirectoryScanner overview

Public Instance Constructors

DirectoryScanner Constructor Initializes a new instance of the DirectoryScanner class.

Public Instance Properties

BaseDirectory The base directory to scan. The default is the current directory.
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.
ScannedDirectories Gets the list of directories that were scanned for files.

Public Instance Methods

Clone Creates a shallow copy of the DirectoryScanner.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Scan Uses Includes and Excludes search criteria (relative to BaseDirectory or absolute), to search for filesystem objects.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

DirectoryScanner Class | NAnt.Core Namespace