mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
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.