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

Change the name or location of a file.

Parameters

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