fn deleteTreeAbsolute(absolute_path: []const u8) !void

Removes a symlink, file, or directory. This is equivalent to Dir.deleteTree with the base directory. Asserts that the path is absolute. See Dir.deleteTree for a function that operates on both absolute and relative paths. Asserts that the path parameter has no null bytes.

Parameters

absolute_path: []const u8,