Function tokio::fs::read_link

source ·
pub fn read_link<P>(path: P) -> ReadLinkFuture<P>where
    P: AsRef<Path>,
Expand description

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

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