Please could some tell me what I am doing wrong. I am trying to delete hidden folder through command line. I am running the command line as administrator but still getting message insufficient access.
Here is screenshot of my command line :
Here is the code i am trying
rmdir "c:\xampp\htdocs\prestashop\dfs"
I am getting errors like:
Cannot remove item .... You do not have sufficient access rights to perform this operation.
access is denied
Have you tried also using-recurse
and-force
to be sure it gets them all? – Budget