1

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?

Laurel
  • 5,965
  • 14
  • 31
  • 57
David542
  • 104,438
  • 178
  • 489
  • 842

1 Answers1

5

You might try the Watchdog library.

Russell Borogove
  • 18,516
  • 4
  • 43
  • 50