diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-21 13:29:36 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-21 16:19:18 +0200 |
commit | a19690170f879ee16df5dd910064b00b92f793ca (patch) | |
tree | 0be176a7f7cf6f40c06c3e07616499fc937ea04b /Applications | |
parent | ba3b561a40af8de42468e7987b8d84884294bf76 (diff) | |
download | serenity-a19690170f879ee16df5dd910064b00b92f793ca.zip |
LibCore: Make Core::File::open() return a Result<NNRP<File>, String>
It was impractical to return a RefPtr<File> since that left us no way
to extract the error string. This is usually needed for the UI, so the
old static open() got basically no use.
Diffstat (limited to 'Applications')
0 files changed, 0 insertions, 0 deletions