Strategy/ Advice for How to Best Attack this Problem?

Paul Rubin no.email at nospam.invalid
Sun Mar 29 21:08:49 EDT 2015


Saran Ahluwalia <ahlusar.ahluwalia at gmail.com> writes:
> cross-platform...
> * Monitors a folder for files that are dropped throughout the day

I don't see a cross-platform way to do that other than by waking up and
scanning the folder every so often (once a minute, say).  The Linux way
is with inotify and there's a Python module for it (search terms: python
inotify).  There might be comparable but non-identical interfaces for
other platforms.



More information about the Python-list mailing list