J
Julie Smith
Hi,
Is it just me or does the search pattern parameter in Directory.GetFiles()
have a problem with the '?' character?
'*.*' works to find all files, but '?.*' does not work to find all files
that have only a one letter (and infinite extension size) filename. In fact,
it seems to act the same as '*.*'...
Is this by design?
Thanks in advance.
Is it just me or does the search pattern parameter in Directory.GetFiles()
have a problem with the '?' character?
'*.*' works to find all files, but '?.*' does not work to find all files
that have only a one letter (and infinite extension size) filename. In fact,
it seems to act the same as '*.*'...
Is this by design?
Thanks in advance.