RENAME(OC)

Shore Programmer's Manual - 3 November 94

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, then the link or cross reference, itself, is renamed, not the object to which it refers.

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

create_xref(oc) , symlink(oc) .