Method: Winhelper.identifier_from_path_ex

Defined in:
lib/filewatch/winhelper.rb

.identifier_from_path_ex(path) ⇒ Object



134
135
136
# File 'lib/filewatch/winhelper.rb', line 134

def self.identifier_from_path_ex(path)
  identifier_from_handle_ex(open_handle_from_path(path))
end