check directory modifications
hi,
is there an easy way to check for:
- new files in a directory (->ok - my approach would be checkin the timestamp)
- files that got deleted(-> do i got to hold a copy of every filename to check later?)
- files that got modified(->dito: timestamp check)
maybe there are some standard ways to do that!?
cheers,
mischa

