Function file_symlink

Source
pub unsafe fn file_symlink(path1_: &[u8], fd_: fd, path2_: &[u8]) -> errno
Expand description

Creates a symbolic link.

ยงParameters

path1: The contents of the symbolic link.

fd: The working directory at which the resolution of the destination path starts.

path2: The destination path at which the symbolic link should be created.