[go: up one dir, main page]

symlink_metadata

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.