13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
mkdir - make a directory
|
|
|
|
int mkdir( string directory );
|
|
|
|
Creates the specified directory. Returns 1 if successful, 0 if not.
|
|
|
|
See also:
|
|
rm,
|
|
rmdir,
|
|
link
|
|
|
|
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
|