Navigation

Operators and Keywords

Function List:

C++ API

: link old new
: [err, msg] = link (old, new)

Create a new link (also known as a hard link) to an existing file.

If successful, err is 0 and msg is an empty string. Otherwise, err is nonzero and msg contains a system-dependent error message.

See also: symlink, unlink, readlink, lstat.

Package: octave