Archive: Creating an empty directory


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


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


OMG, what a brainfart. No idea how I overlooked that.:confused:

thx