[][src]Function wasi::path_symlink

pub unsafe fn path_symlink(old_path: &str, fd: Fd, new_path: &str) -> Result<()>

Create a symbolic link. Note: This is similar to symlinkat in POSIX.

Parameters

  • old_path - The contents of the symbolic link.
  • new_path - The destination path at which to create the symbolic link.