
Symptom
We are getting below error while deleting a folder in the Windows environment.

Solution
Delete the folder via command prompt. As an example,
Open the command prompt and navigate to the respective folder directory. Execute below command to remove the folder.
E:\itsiti> rmdir /s daerafolder daerafolder, Are you sure (Y/N)? Y
If you are deleting a file, just use command rm.

