Table of Contents

Property SearchPattern

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

SearchPattern

Gets or sets the search string used to match against the names of file-system entries in the path. This parameter can contain a combination of valid literal path and wildcard characters (see EnumerateFileSystemEntries(string, string, SearchOption)).

public string SearchPattern { get; set; }

Property Value

string