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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Does PathMatchSpec method use regex in its implementation? What's the complexity of this method?
Does PathMatchSpec method use regex in its implementation?
No, it uses loops on strings, a bit like PathMatchSpecExW in Wine