Files
ladybird/Userland/Libraries/LibFileSystemAccessClient/Client.cpp
Mustafa Quraish ee74aafdca FileSystemAccessClient: Remove old API returning file descriptors :^)
Since all users of the old API are now removed, this commit removes all
the methods that returned raw file descriptors, in favor of returning
`ErrorOr<NonnullRefPtr<Core::File>`.
2022-01-20 10:39:12 +01:00

6.6 KiB