NAnt SDK Documentation - v0.92

PathScanner Class

Used to search for files on the PATH.

For a list of all members of this type, see PathScanner Members.

System.Object
   NAnt.Core.PathScanner

[Visual Basic]
<Serializable, _  Serializable>
NotInheritable Public Class PathScanner
    Implements ICloneable
[C#]
[Serializable]
[Serializable]
public sealed class PathScanner : ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The local directory is not searched (since this would already be covered by normal use of the includes element).

Also, advanced pattern matching isn't supported: you need to know the exact name of the file.

Requirements

Namespace: NAnt.Core

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

PathScanner Members | NAnt.Core Namespace