fn readLink(self: Dir, sub_path: []const u8, buffer: []u8) ![]u8
Read value of a symbolic link. The return value is a slice of buffer, from index 0. Asserts that the path parameter has no null bytes.
buffer
0
self: Dir,
sub_path: []const u8,
buffer: []u8,