better RMDir documentation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1503 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-29 19:51:52 +00:00
parent 112dd06b49
commit 6b0b16da20

View file

@ -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