fn renameW(self: Dir, old_sub_path_w: []const u16, new_sub_path_w: []const u16) RenameError!void

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

Parameters

self: Dir,
old_sub_path_w: []const u16,
new_sub_path_w: []const u16,