Function fs_err::tokio::read_link

source ·
pub async fn read_link(path: impl AsRef<Path>) -> Result<PathBuf>
Available on crate feature tokio only.
Expand description

Reads a symbolic link, returning the file that the link points to.

Wrapper for tokio::fs::read_link.