Could anyone just write me a program which say creates 100 folder in C: root, then writes 100 folders in each of those folders for 10,000 folders total (maybe more folders would help but cant remember per directory limits , if any?)
Then have a loop which reads all the folder names and verifies they are all correct. Outputs error somehow, either change screen red or just stop and output error found.
Currently it only seems to error on deleting files, but I don't think deleting files is the problem, I think its reading the FAT incorrectly causing bad folder names.
Oddly doesn't seem to ever error on actual files. so not sure it is needed to actually write any files or verify them. It could have a secondary verification test which may be ultimately useful to others as well. Maybe write a known number sequence to files in each folder created and verify contents. But at this time I dont think its needed.
Currently I'm having to sit all day watching it delete endless thousands of folders manually and just not a constructive use of time

