ladybird/Userland/Libraries/LibFileSystemAccessClient
Mustafa Quraish 0c98e553e8 FileSystemAccessClient: Add try_* variants returning Core::File
The current implementation is a bit of a hack since we also want to keep
around the previous variants for now, but will be cleaned up later once
all applications have been ported to the new API.
2022-01-20 10:39:12 +01:00
..
Client.cpp FileSystemAccessClient: Add try_* variants returning Core::File 2022-01-20 10:39:12 +01:00
Client.h FileSystemAccessClient: Add try_* variants returning Core::File 2022-01-20 10:39:12 +01:00
CMakeLists.txt