I have a directory called input_files
. I would like a script to be triggered every time a new xls
file is dropped into it. How would I trigger a Python script whenever this happens?
Asked
Active
Viewed 2,492 times
1
-
1Possible duplicate of http://stackoverflow.com/questions/182197/how-do-i-watch-a-file-for-changes-using-python – Russell Borogove Mar 09 '12 at 21:04