I'm trying to delete the contents of a folder but I have the following problem:
- Using the command
del
it deletes only files and the folders are (you have to delete the folders as well). - Using the command
rd
it deletes beyond the whole content, deletes the root folder as well.
How can I do this?