serenity/Userland/Libraries/LibFileSystemAccessClient
Karol Kosek 86f6586c6e LibFileSystemAccessClient: Add functions returning FSAC::File
This patch reimplements the now deprecated try_open_file(),
try_request_file() and try_request_file_read_only_approved() functions,
with the difference that the new ones return a FSAC::File object
(currently a wrapper with a Core::Stream and a filename) instead of a
Core::File.

Implemented in a similar manner to 6dd716adf2.
2023-01-07 10:53:43 +00:00
..
Client.cpp LibFileSystemAccessClient: Add functions returning FSAC::File 2023-01-07 10:53:43 +00:00
Client.h LibFileSystemAccessClient: Add functions returning FSAC::File 2023-01-07 10:53:43 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00