struct FSWatch::Event

Defined in:

event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, event_flag : EventFlag) #

[View source]

Instance Method Detail

def attribute_modified? #

[View source]
def clone #

[View source]
def copy_with(path _path = @path, event_flag _event_flag = @event_flag) #

[View source]
def created? #

[View source]
def event_flag : EventFlag #

def is_dir? #

[View source]
def is_file? #

[View source]
def is_sym_link? #

[View source]
def link? #

[View source]
def moved_from? #

[View source]
def moved_to? #

[View source]
def no_op? #

[View source]
def overflow? #

[View source]
def owner_modified? #

[View source]
def path : String #

def platform_specific? #

[View source]
def removed? #

[View source]
def renamed? #

[View source]
def updated? #

[View source]