Function unlink_unsafe

Source
pub unsafe fn unlink_unsafe(path: *const u8) -> Result<(), Error>
Expand description

Remove an entry from the file system.

ยงSafety

path must be null-terminated.