fn rename(old_path: []const u8, new_path: []const u8) RenameError!void
Change the name or location of a file.
old_path: []const u8,
new_path: []const u8,