Skip to content
⌘ NSIS Forum Archive

RMDir bug?

5 posts

zeeh3#

RMDir bug?

Hi, recently I was using RMDir "$INSTDIR\maps" (it does not have /r param) in my script to delete maps folder if empty, but NSIS 2.44 is deleting it even if it contains files. Can sombody help me with it? Thanks a lot.
Animaether#
without seeing more of the actual script.. nope. RMDir without /r should only remove the dir if empty.
kichik#
That directory was probably the working directory of some process. You can use Process Explorer to find out which process.