by @kodeazy

How to resolve rmdir The directory is not empty error in windows?

Home » Windows » How to resolve rmdir The directory is not empty error in windows?
  • I am trying to delete a folder from windows command prompt by using below command.

    rmdir test_app
  • Got the below error. Directory Empty Image
  • By using the below command error got resolved.

    rmdir /s test_app