![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^5: Any way to determine path being monitored with Win32::ChangeNotify? the mistery of inodes on windowsby Discipulus (Canon) |
on Nov 13, 2014 at 10:40 UTC ( #1107085=note: print w/replies, xml ) | Need Help?? |
Thanks for your effort. I remember too that inodes simply does not exists on win. Can that number be something derived from Master File Table? i'm guessing only. Anyway the number are consistent, more: they are consistent even for hard links, and using stat (maybe next hour inspecting stat.c ;=)..):
L* UPDATE: they state explicitely here: st_ino Number of the information node (the inode) for the file (UNIX-specific). On UNIX file systems, the inode describes the file date and time stamps, permissions, and content. When files are hard-linked to one another, they share the same inode. The inode, and therefore st_ino, has no meaning in the FAT, HPFS, or NTFS file systems. L* UPDATE BIS:
L*
There are no rules, there are no thumbs.. Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
In Section
Seekers of Perl Wisdom
|
|