For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsMatchingPath(string)

Method in Project

Summary

Gets a value indicating whether path is a path that is included in this project.

public bool IsMatchingPath(string path)

Parameters

Name
Description

string path

The path to check.

Returns

true if path is a path that is included in this project; false otherwise.

Last updated

Was this helpful?