in reply to
Monitoring filesystem for file/folder changes
On Linux, there is inotify, which lets you monitor directory trees efficiently. There is a
Perl module
for it. A low-level C tutorial can be found at
IBM developerWorks
.
Comment on
Re: Monitoring filesystem for file/folder changes
In Section
Seekers of Perl Wisdom