Hey all
Alright so I have few files which looks something like this:
1) abc_123_---.txt
2) def_456_(((.txt
3) ghi_789_***.txt
What I would like to do is chceck the file name (let's take number 1 for example),
and if it consists "123", then change the file name to "x123.txt".
I know how to use FileMove to change the file name,
but how do I check if a file name consists a word / phrase?
Thank you