Archive: CreateDirectory Bug


CreateDirectory Bug
Hi,

I'm reporting the bug here, because I couldn't submit it on Sourceforge tracker.

If CreateDirectory is called with a path that contains two backslashes, the directory is created, without error message, but the error flag is set.
IMHO there's no reason the error flag is set because such a path is valid
See attached script for a demo. Tested with NSIS 2.05 only.


Re: CreateDirectory Bug

Originally posted by CharlesB2
If CreateDirectory is called with a path that contains two backslashes, ...
Two consecutive backslashes, of course :)