Function kvarn::read::stat

source ·
pub async fn stat(path: impl AsRef<str>) -> Option<Metadata>
Expand description

Get the metadata at path.

Uses uring when that feature’s enabled.