Function tokio::fs::read_link[][src]

pub async fn read_link(path: impl AsRef<Path>) -> Result<PathBuf>
This is supported on crate feature fs only.

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

This is an async version of std::fs::read_link