abstract class Watcher::Event

Overview

Base class for all file system events. Each event carries information about the path where the change occurred.

Direct Known Subclasses

Defined in:

watcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def path : String #

Returns the path of the file that triggered this event.


[View source]