recls C# mapping (release 12th October 2003)

FileSearch Class

Represents a file search operation

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

System.Object
   FileSearch

[Visual Basic]
Public Class FileSearch
[C#]
public class FileSearch

Remarks

Each FileSearch instance captures the search directory, pattern and flags of a particular search. The FileSearch instance may then be used in two ways:

  1. as the expression of a foreach statement
  2. as the generator of an IEnumerator, via the GetEnumerator method, which may then be used explicitly to provide enumeration of the search results via the MoveNext and Reset methods, and the Current property.

Requirements

Namespace: recls

Assembly: recls.NET (in recls.NET.dll)

See Also

FileSearch Members | recls Namespace