fn renameAbsolute(old_path: []const u8, new_path: []const u8) !void
Same as Dir.rename except the paths are absolute.
Dir.rename
old_path: []const u8,
new_path: []const u8,