how to delete a hidden folder?
How ca I delete a hidden folder? For example, my WINE directory in /home/iamroot/. wine How can i delete the whole folder?.
How ca I delete a hidden folder? For example, my WINE directory in
/home/iamroot/.wine
How can i delete the whole folder?
/home/iamroot/.wine
How can i delete the whole folder?
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
one can also use the good ole command line
rm -r .wine
that will take care of it for ya too
rm -r .wine
that will take care of it for ya too