Update usages of OpenInNativeExplorer to use ShowFileInNativeExplorer

Also updates WrappedStorage to override ShowFileInNativeExplorer.
This commit is contained in:
Susko3
2021-10-17 12:17:38 +02:00
parent e925c416cb
commit 25f172fae8
4 changed files with 10 additions and 4 deletions

View File

@ -72,6 +72,8 @@ namespace osu.Game.IO
public override void OpenPathInNativeExplorer(string path) => UnderlyingStorage.OpenPathInNativeExplorer(MutatePath(path));
public override void ShowFileInNativeExplorer(string filename) => UnderlyingStorage.ShowFileInNativeExplorer(MutatePath(filename));
public override Storage GetStorageForDirectory(string path)
{
if (string.IsNullOrEmpty(path))