From cb5d3c81526b4badf7d88f21716e7c9dab92bedb Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 16 Jun 2006 13:18:12 +0000 Subject: [PATCH] no wildcards for RMDir git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4695 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/basic.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/basic.but b/Docs/src/basic.but index 150f2fcd..2b561cf6 100644 --- a/Docs/src/basic.but +++ b/Docs/src/basic.but @@ -119,7 +119,7 @@ See \R{file}{File} for more information about the parameters. \c [/r] [/REBOOTOK] directory_name -Remove the specified directory (which should be a full path). Without /r, the directory will only be removed if it is completely empty. If /r is specified, the directory will be removed recursively, so all directories and files in the specified directory will be removed. If /REBOOTOK is specified, any file or directory which could not have been removed during the process will be removed on reboot -- if any file or directory will be removed on a reboot, the reboot flag will be set. The error flag is set if any file or directory cannot be removed. +Remove the specified directory (fully qualified path with no wildcards). Without /r, the directory will only be removed if it is completely empty. If /r is specified, the directory will be removed recursively, so all directories and files in the specified directory will be removed. If /REBOOTOK is specified, any file or directory which could not have been removed during the process will be removed on reboot -- if any file or directory will be removed on a reboot, the reboot flag will be set. The error flag is set if any file or directory cannot be removed. \c RMDir $INSTDIR \c RMDir $INSTDIR\data