[][src]Function linux::syscall::symlinkat

pub fn symlinkat(target: KStr, dir: c_int, link: KStr) -> c_int

Creates a symbolic link relative to a directory.

[argument, target] The target of the link.

[argument, dir] The directory relative to which the link argument is interpreted.

[argument, link] The path of the new link.

[argument, flags] The flags used while unlinking the file.

[return_value] Returns success or an error value.

= See also

  • link:man:symlinkat(2)