rmnrdi
7 years agoContributor
Re: Using System.IO.FileSystem.Watcher
I just found out our system overwrites files with duplicate names, so I have two choices.
1.) Compare each file by name and count only the different files.
2.) Delete the files of that type before I run the test or if I rerun the test.
Which one do you think I'll choose? :)
1.) Compare each file by name and count only the different files.
2.) Delete the files of that type before I run the test or if I rerun the test.
Which one do you think I'll choose? :)