MKDIR(OC)
Shore Programmer's Manual - 3 November 94
NAME
mkdir \- make a directory
SYNOPSIS
#include <ShoreApp.h>
shrc Shore::mkdir(const char *path, mode_t mode);
DESCRIPTION
Mkdir
creates a new directory named by the given
path.
The mode bits of the new directory are given by
mode.
See
umask(oc)
for a description of how the actual mode bits are determined.
VERSION
This manual page applies to Version 0.1 of theShore software.
SPONSORSHIP
The Shore project is sponsored by the Advanced Research Project Agency, ARPA order number 018 (formerly 8230), monitored by the U.S. Army Research Laboratory under contract DAAB07-91-C-Q518.
COPYRIGHT
Copyright (c) 1994 Computer Sciences Department, University of Wisconsin -- Madison. All Rights Reserved.SEE ALSO
rmdir(oc)
,
umask(oc)
.