[−][src]Function tokio_xattr::remove
pub async fn remove<P, N>(path: P, name: N) -> Result<()> where
P: AsRef<Path>,
N: AsRef<OsStr>,
Remove an extended attribute from the specified file.
Examples
tokio_xattr::remove(".", "user.myattr1").await?;