fn readLinkAbsolute(pathname: []const u8, buffer: *[MAX_PATH_BYTES]u8) ![]u8
[src]
Same as Dir.readLink
, except it asserts the path is absolute.
fn readLinkAbsolute(pathname: []const u8, buffer: *[MAX_PATH_BYTES]u8) ![]u8
Same as Dir.readLink
, except it asserts the path is absolute.