Navigation

Operators and Keywords

Function List:

C++ API

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

Create a symbolic link new which contains the string old.

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: link, unlink, readlink, lstat.

Package: octave