RMDIR(OC)
Shore Programmer's Manual - 2 August 96
NAME
rmdir \- remove a directory
SYNOPSIS
#include <ShoreApp.h>
shrc Shore::rmdir(const char *path);
DESCRIPTION
Rmdir
removes the directory given by
path.
The directory must be empty except for `.' and `..'.
A directory cannot be removed by a process whose
current working directory is that being removed.
The root directory of a volume cannot be removed
with
rmdir.
VERSION
This manual page applies to Version 1.0 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-92-C-Q508.
COPYRIGHT
Copyright (c) 1994, 1995, 1996 Computer Sciences Department, University of Wisconsin -- Madison. All Rights Reserved.SEE ALSO
mkdir(oc)
.