BuildMaster SDK Reference
Version:

GetMatches(string pathRoot, string[] paths, string[] masks) Method

Returns an array of items which match the specified search masks.

Syntax

public static string[] GetMatches(string pathRoot, string[] paths, string[] masks)

Parameters

pathRoot
Type: string

Root path in which to search for matches.

paths
Type: string[]

Sub-entries to mask.

masks
Type: string[]

Masks used to filter sub-entries.

Returns

Matching items.

Remarks

For a description of file masking, see Util.Files.Comparison.