Skip to content

Commit 2c1e070

Browse files
committed
migrate explorer open containing folder to new api
1 parent 7e849ee commit 2c1e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private Result CreateOpenContainingFolderResult(SearchResult record)
230230
{
231231
try
232232
{
233-
FilesFolders.OpenContainingFolder(record.FullPath);
233+
Context.API.OpenDirectory(Path.GetDirectoryName(record.FullPath), record.FullPath);
234234
}
235235
catch (Exception e)
236236
{

0 commit comments

Comments
 (0)