I got a folder that may have files in it
file ex:
dog_213213.txt
dog_12.txt
cat_123131.txt
How could I check if I got at least 1 file named dog_*.txt?
Tried with Path Exists:
"…\folder" + animalName + “*.txt” with no result…
anyone got a solution?