Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: Any way to determine path being monitored with Win32::ChangeNotify? the mistery of inodes on windows

by Discipulus (Canon)
on Nov 13, 2014 at 10:40 UTC ( [id://1107085]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >touch test02.txt
    
    ...
    >C:\SCRIPTS\GnuWin32-bis\bin\stat -c "%i %N\n" link-to-test02.txt
    12666373953464529 `link-to-test02.txt'
    
  2. or download this
    C:\Windows\system32>fsutil file queryfileid c:\SCRIPTS\test02.txt
    ID del file: 0x002d00000016a8d1
    ...
    Nome collegamento causale al file: \\?\C:\SCRIPTS\test02.txt
    
    #0x002d00000016a8d1 hex is equal to 12666373953464529 dec (the same nu
    +mber as above!!!)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1107085]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found