Module: FileWatch::WindowsInode
- Defined in:
- lib/filewatch/bootstrap.rb
Instance Method Summary collapse
Instance Method Details
#prepare_inode(path, stat) ⇒ Object
21 22 23 24 |
# File 'lib/filewatch/bootstrap.rb', line 21 def prepare_inode(path, stat) fileId = Winhelper.GetWindowsUniqueFileIdentifier(path) [fileId, 0, 0] # dev_* doesn't make sense on Windows end |