SharpCvsLib

Probe Class

Takes a single file or a collection of files and creates a new list of files based on the following rules: 1) If a single file is specified then a check is performed to determine if the file exists. a) If the file does not exist then the NonExistingFiles collection is populated. b) If the file doe exist then the ExistingFile collection is populated. 2) If a collection of files is specified, WITHOUT a directory then a non-recursive search is performed. The ExistingFiles and NonExistingFiles collections are populated. 3) If a collection of files is specified that contains a directory, or a directory is specified then a recursive search is performed to populate the ExistingFiles and NonExistingFiles collection.

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

System.Object
   Probe

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.FileSystem

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

Probe Members | ICSharpCode.SharpCvsLib.FileSystem Namespace