pub fn unlinkat<T>(fd: usize, path: T, flags: usize) -> Result<usize, Error>where T: AsRef<str>,
Remove a file at at specific path