Hi All, I need your help in solving a problem i am facing. I am reading files from a particular folder and storing them into Hashtable(Key is filename and value is file object). I need to read this Hashtable for a particular file extention. After getting particular file, i need to search associated files of first file in the same Hashtable. ...