Skip to content
⌘ NSIS Forum Archive

Creating an empty directory

3 posts

HelluvaEngineer#

Creating an empty directory

I know this is probably a dumb question, but how the heck do I create an empty directory?

I tried using exec mkdir ... , but mkdir is not an executable, it's part of the command interpreter.

Any slick ways of doing this, without some hack like copying a small file to the dir and then deleting it?

tia
kichik#
The CreateDirectory command should do the trick. Plesae read the docs for more information.