no wildcards for RMDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4695 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
70e426839a
commit
cb5d3c8152
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue