1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00
serenity/Userland/Libraries/LibFileSystemAccessClient
Karol Kosek 2cbe2dd3c0 LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
The new result returned just a file stream, which wasn't sufficient
enough for most applications because it didn't provide a filename.

This patch will make a new File object that has both a file stream and
a filename.
2023-01-07 10:53:43 +00:00
..
Client.cpp LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it 2023-01-07 10:53:43 +00:00
Client.h LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it 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