fn deleteFileAbsolute(absolute_path: []const u8) Dir.DeleteFileError!void
[src]
Delete a file name and possibly the file it refers to, based on an absolute path. Asserts that the path is absolute. See Dir.deleteFile
for a function that operates on both absolute and relative paths. Asserts that the path parameter has no null bytes.