fn renameW(old_dir: Dir, old_sub_path_w: []const u16, new_dir: Dir, new_sub_path_w: []const u16) !void

Same as rename except the parameters are UTF16LE, NT prefixed. This function is Windows-only.

Parameters

old_dir: Dir,
old_sub_path_w: []const u16,
new_dir: Dir,
new_sub_path_w: []const u16,