diff --git a/Dotnet/AppApi/Electron/Folders.cs b/Dotnet/AppApi/Electron/Folders.cs index 65f652e3..6d62b420 100644 --- a/Dotnet/AppApi/Electron/Folders.cs +++ b/Dotnet/AppApi/Electron/Folders.cs @@ -230,7 +230,7 @@ namespace VRCX public override void OpenFolderAndSelectItem(string path, bool isFolder = false) { - path = Path.GetFullPath(path); + path = Path.GetDirectoryName(path); if (!File.Exists(path) && !Directory.Exists(path)) return;