I have a folder on the hard drive with files named
- myfileone_163637
- myfiletwo_14153535
- myfilethree_3739284
The numbers at the end of the filenames are random.
How can I check with JavaScript if the file containing "myfilethree" in its name is present?
Thank you in advance.