I create a console application in which I delete the files in the .exe from Explorer, and it will move them to the appropriate folder based on the rules that I set in the program logic.
The program works fine, but when I select more than 25 files and drop them onto my .exe, I get an error message:
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions for the item.
If I delete only 24 files from the same set, it works fine.
What am I doing wrong?
source share