M
Mike C#
Hi all, quick question. Is there a Windows function I can call to compare a
single string like "HELLO.TXT" to a Windows filename/path pattern (possibly
with wildcards) like "H?LL?.*" ? Basically I want to pattern match using
Windows' rules but on a string I pass in as opposed to going through
FindFirstFile, et al.
If not, does anyone know where I can find such a function already
implemented online?
Finally if not that, does anyone know where I can find a list of the
specific rules that Windows uses to pattern match in the FindFirstFile
function?
Thanks
single string like "HELLO.TXT" to a Windows filename/path pattern (possibly
with wildcards) like "H?LL?.*" ? Basically I want to pattern match using
Windows' rules but on a string I pass in as opposed to going through
FindFirstFile, et al.
If not, does anyone know where I can find such a function already
implemented online?
Finally if not that, does anyone know where I can find a list of the
specific rules that Windows uses to pattern match in the FindFirstFile
function?
Thanks