I was doing a program in Java and I've created, recursively, a folder that has a folder in, and so on.
I've tried to delete it but Window says it can't be deleted because is too big.
How can I delete it? Already tried rmdir /s /q and nothing.
Need Help.