Oh right so it would be something like an installed C# app that would sit and look through my folder. How would I then refresh my hashtable as the code for that is part of my website?
I can change the application that generates the text files (very old application) to fire off a message to my website. Would it be easy to just add something to my websites web service that would refresh the hashtable when a certain web method has been called?
Would that work? Is there a way to empty a hash table and then repopulate it?