Function std::os::wasi::fs::symlink

source ·
pub fn symlink<P: AsRef<Path>, U: AsRef<Path>>(
old_path: P,
fd: &File,
new_path: U
) -> Result<()>
🔬This is a nightly-only experimental API. (wasi_ext #71213)
Available on WASI only.
Expand description

Create a symbolic link.

This corresponds to the path_symlink syscall.