RENAME(OC)
Shore Programmer's Manual - 2 August 96
NAME
rename \- change name of registered object
SYNOPSIS
#include <ShoreApp.h>
shrc Shore::rename(const char *oldname, const char *newname);
DESCRIPTION
Rename
changes the name of the registered object named by
oldname
to
newname.
Both pathnames must reside on the same file system (i.e., the same Shore
volume). If the final component of
oldname
is a symbolic link or cross reference, the link or cross reference,
itself, is renamed, not the object to which it refers.
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
create_xref(cxxlb)
,
symlink(oc)
.