Archive: Question about CreateDirectory


Question about CreateDirectory
i'm using CreateDirectory without checking if the parent directory exists. on windows 7, the parent directory will simply be created along the sub-directory i originally intended to create.

i'd like to stick with that, unless there are known pitfalls. my installer is only supposed to work on windows 2000 and later. any reason to talk me out of it?


http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.3

All there in the manual.