Files
ladybird/Libraries/LibCore
Sergey Bugaev d89843f96f LibCore: Add File::read_link() :^)
This is a convenient wrapper around readlink() that hides away the details
of buffers and buffer sizes, and simply returns a String. The best part is it
doesn't rely on PATH_MAX :D

It comes in two versions, for Serenity, where we can pass non-null-terminated
strings to syscalls, and where sys$readlink() returns the total link size, and
for other systems, where we have to copy out the string, and always have to do
two syscalls.
2020-06-17 15:02:03 +02:00
..
2020-05-14 20:15:18 +02:00
2020-06-13 12:43:22 +02:00
2020-06-17 15:02:03 +02:00
2020-06-17 15:02:03 +02:00
2020-06-11 22:44:54 +02:00
2020-02-14 13:17:26 +01:00
2020-02-14 13:17:26 +01:00
2020-03-14 23:56:12 +01:00