We need to periodically check certain folders for stale files. E.g. if any file is there for longer than 30 minutes, alert us. Is there a simple way to do this?
P.S. timestamps don't matter and can be old, new, or in the future. The only thing that matters is that there is a file that's been hanging in a particular folder longer than NN minutes.
Thanks - and apologies in advance if this has been asked before.