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?
I have a directory called input_files . I would like a script to be
Share
You might try the Watchdog library.