Add extension methods for case insensitive file lookups

This commit is contained in:
Dean Herbert
2022-08-10 15:48:25 +09:00
parent 87133b9cc5
commit 5f10ec1955
2 changed files with 33 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using System.Linq;
using osu.Framework.Localisation;