Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 477 Bytes

yarn.compiler.project.ismatchingpath.md

File metadata and controls

27 lines (16 loc) · 477 Bytes

Project.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.