fn readLinkW(self: Dir, sub_path_w: []const u16, buffer: []u8) ![]u8

Windows-only. Same as readLink except the pathname parameter is null-terminated, WTF16 encoded.

Parameters

self: Dir,
sub_path_w: []const u16,
buffer: []u8,