blah blah blah is here! blah blah » Close

1
votes
2 answers

See if any files were added/deleted to a directory, want to create a hash

Say I have a folder: [code] d:\ftp\ [/code] I want to figure out if any files were added/deleted to the folder. I figured created a SHA1 hash would be a good route to take, since from what I understand it will create a 40 character ...

Feedback