PathMatcher.

TryMatchFile(string) Method

Summary

If the specified `path` to see if it's a better match than the current Weaver.Editor.PathMatcher.MatchedPath this method sets it as the Weaver.Editor.PathMatcher.MatchedPath and returns true.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
PathMatcher

Syntax

public virtual bool TryMatchFile(string path)

Parameters

Name Type Description
path string

Return Value

Type Description
bool