fn renameAbsolute(old_path: []const u8, new_path: []const u8) !void

Same as Dir.rename except the paths are absolute.

Parameters

old_path: []const u8,
new_path: []const u8,