Function cloudabi::file_symlink [] [src]

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

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.