Skip to content
⌘ NSIS Forum Archive

A question regarding rmdir

4 posts

JohnChen#

A question regarding rmdir

I tried to call rmdir /rebootok /r myFolder. myFolder is a full path to a folder which is not empty. It did remove everything within myFolder but an empty folder "myFolder" is still left behind. How can I remove the empty folder "myFolder" as well during the call? Thanks.
JohnChen#
Originally Posted by jpderuiter View Post
What when you reboot?
Maybe Myfolder is blocked by an application?
I think Myfolder is blocked by an application but couldn't figure out which one. Do you have any idea how to find out which application is blocking Myfolder? Thanks.