rename - change name of registered object


CONTENTS


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.1.1 of the Shore 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 © 1994, 1995, 1996, 1997, Computer Sciences Department, University of Wisconsin -- Madison. All Rights Reserved.

SEE ALSO

create_xref(cxxlb), symlink(oc).