See Original text in context
method watch-path( --> Supply)
Creates a supply to which the OS will emit values to indicate changes on the filesystem for the given path. Also has a shortcut with the watch
method on an IO object, like this:
IO::Notification.watch-path(".").act( );".".IO.watch.act( ); # same