in reply to Re: Monitoring filesystem for file/folder changes
in thread Monitoring filesystem for file/folder changes

Ok, how do I get the reason and file when this is triggered??? This DirMon.pl script I get links to in google groups aint helping since it seems this code adds all info into some hashes (recursivly!) and use this to check later when triggered, for the selected dirs to monitor. So, no use of that at all. I dont get it. Why not return that info somehow in the module?
  • Comment on Re^2: Monitoring filesystem for file/folder changes

Replies are listed 'Best First'.
Re^3: Monitoring filesystem for file/folder changes
by Ace128 (Hermit) on Jun 06, 2005 at 23:08 UTC
    Ok, found, installed and gonna test Win32::AdvNotify instead! Seems to support returning WHY something happend!