summaryrefslogtreecommitdiff
path: root/Applications
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-04-21 13:29:36 +0200
committerAndreas Kling <kling@serenityos.org>2020-04-21 16:19:18 +0200
commita19690170f879ee16df5dd910064b00b92f793ca (patch)
tree0be176a7f7cf6f40c06c3e07616499fc937ea04b /Applications
parentba3b561a40af8de42468e7987b8d84884294bf76 (diff)
downloadserenity-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