git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6322 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d5962e9b67
commit
e173cd33a4
8 changed files with 40 additions and 12 deletions
|
@ -96,7 +96,7 @@ will match the directory named \e{something} on the root directory, the file nam
|
|||
|
||||
\c File /r something\*.*
|
||||
|
||||
When adding \e{\\*.*}, it will be used as the matching condition and \e{something} will be used as the directory to search. When only \e{something} is specified, the current directory will be recursively searched for every and directory named \e{something} and \e{another\\something} will be matched.
|
||||
When adding \e{\\*.*}, it will be used as the matching condition and \e{something} will be used as the directory to search. When only \e{something} is specified, the current directory will be recursively searched for every file and directory named \e{something} and \e{another\\something} will be matched.
|
||||
|
||||
\S2{rename} Rename
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue