![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^2: Any way to determine path being monitored with Win32::ChangeNotify?by BrowserUk (Patriarch) |
on Nov 13, 2014 at 07:26 UTC ( #1107066=note: print w/replies, xml ) | Need Help?? |
I'm really baffled by how your example works, as NTFS doesn't have inode numbers? (See the output from stat & lstat, where the inode number is always 0.) From what I can tell by looking at the ls.c (from the GnuWin project), it (same.c) uses the st_ino field returned by stat:
Which is (in my machine) always 0. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|