fn symLinkW(self: Dir, target_path_w: []const u16, sym_link_path_w: []const u16, flags: SymLinkFlags) !void
[src]
Windows-only. Same as symLink
except the pathname parameters are null-terminated, WTF16 encoded.
fn symLinkW(self: Dir, target_path_w: []const u16, sym_link_path_w: []const u16, flags: SymLinkFlags) !void
Windows-only. Same as symLink
except the pathname parameters are null-terminated, WTF16 encoded.