1
votes
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 ...
