diff options
author | Karol Kosek <krkk@serenityos.org> | 2022-12-17 00:52:07 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-01-07 10:53:43 +0000 |
commit | 86f6586c6e7edb454bacd820ba37bd8b7d9e8e11 (patch) | |
tree | ff6da500f68c435fd2ee1bed0ad8118aad132051 /Userland/Libraries/LibPartition | |
parent | 2cbe2dd3c0cc9e783068419f4ba9a9798e87e1c7 (diff) | |
download | serenity-86f6586c6e7edb454bacd820ba37bd8b7d9e8e11.zip |
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.
Diffstat (limited to 'Userland/Libraries/LibPartition')
0 files changed, 0 insertions, 0 deletions