in reply to Re^2: How to check if a file is modified or missing on windows server using a perl script
in thread How to check if a file is modified or missing on windows server using a perl script
Yes, checking the file size (and also last modification time) certainly adds quite a bit of reliability (and is fast), and that alone may actually be sufficient for the purposes of crazy-duck, but when I mentioned checksum, I used the word as a general term for describing the overall techniques of digital "footprints", digests or signatures. I am using on some of my platforms "checksum" utilities actually implementing a CRC-32 algorithm, where the chances of undetected change are 1 in billions (at least in theory).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to check if a file is modified or missing on windows server using a perl script
by marinersk (Priest) on Nov 03, 2013 at 01:13 UTC | |
by Laurent_R (Canon) on Nov 03, 2013 at 10:04 UTC |