How can I search files in a folder for a specific word in the filenames? It can then either list the files found in a message box or write it to a notepad file. Thanks!
How can I search files in a folder for a specific word in the filenames? It can then either list the files found in a message box or write it to a notepad file. Thanks!
Just so that there is an answer (for users that may have the same question in the future):
The action that allows you to retrieve files in a folder is the "Get Files in Folder" action. The "File Filter" option, allows you to filter the files that you will get and will also allow you to use wildcards. For example, you can enter *.txt to the "File Filter" input field to retrieve only the files with a txt extension.
==Dedicated Automation Solutions==
disregard...