From 6b0b16da20e446982bf97b73bf6d0ab03463ea73 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Tue, 29 Oct 2002 19:51:52 +0000 Subject: [PATCH] better RMDir documentation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1503 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 43f2fcbb..9774bc44 100644 --- a/Docs/src/basic.but +++ b/Docs/src/basic.but @@ -54,7 +54,7 @@ Rename source_file to dest_file. Functions just like the Win32 API MoveFile, whi \c [/r] directory -Remove the directory (which should be a full path). If /r is specified, it will recursively remove the directory. The error flag is set if the directory exists and cannot be removed. +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 dictory will be removed recursively, so all directories and files in the specified directory will be removed. The error flag is set if the directory cannot be removed. \H{setoutpath} SetOutPath