Function tokio_fs::read_link[][src]

pub fn read_link<P: AsRef<Path>>(path: P) -> ReadLinkFuture<P>

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

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