[CMD]
authorPierre Schweitzer <pierre@reactos.org>
Mon, 1 May 2017 21:14:38 +0000 (21:14 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Mon, 1 May 2017 21:14:38 +0000 (21:14 +0000)
commitdd512f56a91600314840bfdd499dbbbd32fb93bf
tree932971877a12756d7825e4235363537867a00c60
parent3e2f6b9d2ceeebe9de3536e9f67390061df4c197
[CMD]
Fix and simplify implementation of "IF EXIST":
- Don't make any difference between wildcard search and normal search
- This fixes handling DOS devices search (ie, IF EXIST C:\ReactOS\NUL now works)
- This fixes handling pagefile.sys without requiring specifing rights
- Also fix handling directory search, terminated with a \

CORE-11784

svn path=/trunk/; revision=74444
reactos/base/shell/cmd/if.c