PathMatchSpec implementation

Iuliana Florescu 0 Reputation points Microsoft Employee
2024-11-22T15:46:22.5733333+00:00

Does PathMatchSpec method use regex in its implementation? What's the complexity of this method?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,670 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 86,051 Reputation points
    2024-11-23T08:42:42.29+00:00

    Does PathMatchSpec method use regex in its implementation?

    No, it uses loops on strings, a bit like PathMatchSpecExW in Wine

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.