CreateDirectory can now set errorflag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2224 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8d60e504f3
commit
3c460e14f0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Copies files from the source to the destination on the installing system. Useful
|
|||
|
||||
\c path_to_create
|
||||
|
||||
Creates (recursively if necessary) the specified directory. The error flag is \\<b\\>not\\</b\\> set if the directory couldn't be created.
|
||||
Creates (recursively if necessary) the specified directory. The error flag is set if the directory couldn't be created.
|
||||
|
||||
\S2{createshortcut} CreateShortCut
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue