Hi
Can the WinAPI::fileExists method be used with a wildcard?
For example, I would like to check a folder for an instance of a filename that starts with "12345" and would just like a boolean response if one or more files exist in that directory. So it would return TRUE if it found "12345abc.txt" or "12345def.csv" or "12345678.txt" etc
If it can't do that, does anyone have a suggestion on how to achieve this?
Many thanks in advance
*This post is locked for comments
I have the same question (0)