![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^6: Any way to determine path being monitored with Win32::ChangeNotify? the mistery of inodes on windowsby soonix (Canon) |
on Nov 13, 2014 at 12:12 UTC ( #1107095=note: print w/replies, xml ) | Need Help?? |
MSDN says about FileID of GetFileInformationByHandle:
The file identifier and the volume serial number uniquely identify a file on a single computer. To determine whether two open handles represent the same file, combine the identifier and the volume serial number for each file and compare them.So, it should be possible to simulate inodes on Win32, at least for
In Section
Seekers of Perl Wisdom
|
|