C
cody
md or mkdir
sieg1974 said:Hi,
I'm using gcc on Linux, and looking for the command used to create a
directory. Does anyone know it?
Thanks
Andre
cody said:md or mkdir
Hi,
I'm using gcc on Linux, and looking for the command used to create a
directory. Does anyone know it?
Nicola Mingotti said:Your reply was valid for unix type systems only. In ANSI C there is no
standard way of creating directories.
Jan Engelhardt said:mkdir(2)
CONFORMING TO
SVr4, POSIX, BSD, SYSV, X/OPEN.
If not ANSI C, then POSIX which is quite a standard for me.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.