fn CreateSymbolicLink(dir: ?HANDLE, sym_link_path: []const u16, target_path: []const u16, is_directory: bool) CreateSymbolicLinkError!void
[src]
Needs either:
SeCreateSymbolicLinkPrivilege
privilege or- Developer mode on Windows 10 otherwise fails with
error.AccessDenied
. In which casesym_link_path
may still be created on the file system but will lack reparse processing data applied to it.