Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Deleting a folder (http://forums.winamp.com/showthread.php?t=387302)

Bungkai 27th November 2015 18:26

Deleting a folder
 
Simple question I know, I see
PHP Code:

 RMDir "$INSTDIR

being thrown around with or without the /r flag. I've placed a folder on the desktop and I was able to delete the files just fine. But I can't delete the directory. Also tried moving it with rename and whatnot but it doesn't seem to budge.

I set $INSTDIR as $DESKTOP/[folder name], and i checked to confirm it's the right directory with detailprint. But it won't budge. Need a bit of help with this issue.

LoRd_MuldeR 27th November 2015 21:27

Make sure your current $OUTDIR is not the directory you want to delete, or a sub-directory thereof.

Also make sure no other process is currently "locking" the directory...

Anders 27th November 2015 22:23

And if all else fails, download Process Monitor from Microsoft and look at what is actually going on...


All times are GMT. The time now is 17:41.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.