mud/lib/doc/efun/filesystem/mkdir
2020-09-06 05:43:07 -07:00

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