Method: Winhelper.identifier_from_path

Defined in:
lib/filewatch/winhelper.rb

.identifier_from_path(path) ⇒ Object



130
131
132
# File 'lib/filewatch/winhelper.rb', line 130

def self.identifier_from_path(path)
  identifier_from_handle(open_handle_from_path(path))
end