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

[376 byte] By [mischka24] at [2007-9-30 17:21:27]
# 1
Hi,Nope, that's how you do it. /Kaj
kajbj at 2007-7-6 13:44:18 > top of Java-index,Java Essentials,Java Programming...
# 2
thanx. and i guess to get notified when directory content changed i got to fiddle around with something like an observer, hum?
mischka24 at 2007-7-6 13:44:18 > top of Java-index,Java Essentials,Java Programming...