[][src]Function glommio::io::remove

pub async fn remove<P: AsRef<Path>>(path: P) -> Result<()>

remove an existing file given its name

Warning: synchronous operation, will block the reactor