Can't delete a directory.

  • Thread starter Thread starter Scotty
  • Start date Start date
S

Scotty

When I try and delete a directory from my C drive, it gives
me the old Access Denied error. Oddly enough, I can browse
the directory just fine.

Taking ownership of the directory did not solve my problem.
 
a dll in the dir is in use, most likely, try killing all
processes and services then del with cmd using the command
rd /s foldername
 
Back
Top