We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d583078 commit 51c7b69Copy full SHA for 51c7b69
Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
@@ -1,8 +1,6 @@
1
using System;
2
using System.Diagnostics;
3
using System.IO;
4
-using System.Text.RegularExpressions;
5
-using System.Windows;
6
7
namespace Flow.Launcher.Plugin.SharedCommands
8
{
@@ -143,7 +141,6 @@ public static void OpenContainingFolder(string path)
143
141
Process.Start(FileExplorerProgramEXE, $" /select,\"{path}\"");
144
142
}
145
146
-
147
///<summary>
148
/// This checks whether a given string is a directory path or network location string.
149
/// It does not check if location actually exists.
0 commit comments