fs_err::tokio

Function symlink_metadata

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

Queries the file system metadata for a path.

Wrapper for tokio::fs::symlink_metadata.