fn unlinkat(dirfd: fd_t, file_path: []const u8, flags: u32) UnlinkatError!void
[src]
Delete a file name and possibly the file it refers to, based on an open directory handle. Asserts that the path parameter has no null bytes.
fn unlinkat(dirfd: fd_t, file_path: []const u8, flags: u32) UnlinkatError!void
Delete a file name and possibly the file it refers to, based on an open directory handle. Asserts that the path parameter has no null bytes.