The subject says it all really. I want to be able to trigger an event when a new file is discovered in a given directory. I have a VB program that's rather cumbersome and doesn't really suit the environment it's being used in that I'd like to port to tcl. It uses a timer to decide when to check for new files. I was hoping to be able to use something like fileevent instead, so that the reaction is as near instantaneous as possible.