19.3 Win32::ChangeNotification
This module provides access to Win32 change-notification objects, letting you
monitor events relating to files and directory trees. The constructor for this class
is The function returns a reference to the object as$ntfy = Win32::ChangeNotification->new( directory , subtree , filter );
$ntfy
.
directory
is the pathname of the directory to monitor.
subtree
is a Boolean value that, if true, forces the object to monitor all subdirectories
of the object's path. The
filter
parameter indicates what type
of events will trigger a notification. It can be one of the following
string values:
The following methods are used on notification objects created by
|
|