Thank you very much dear friend......!!
but I've an addition/suggestion to your idea:
File2Find = """somefile.txt"""
instead of ....
File2Find = "somefile.txt"
doing this change will help if the file name consists of spaces in between (i.e. if file name consists of multiple words). Like if file name is "some file.txt".
That sure did help!!!
Thank you for the help in coding explaining the code.
SOLVED!