migrate explorer open containing folder to new api

This commit is contained in:
Kevin Zhang 2021-11-06 21:04:14 -05:00
parent 16a07dc8d0
commit 8f2163c0c0

View file

@ -230,7 +230,7 @@ namespace Flow.Launcher.Plugin.Explorer
{
try
{
FilesFolders.OpenContainingFolder(record.FullPath);
Context.API.OpenDirectory(Path.GetDirectoryName(record.FullPath), record.FullPath);
}
catch (Exception e)
{