diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index 98beba987..369be0364 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -1,8 +1,6 @@ using System; using System.Diagnostics; using System.IO; -using System.Text.RegularExpressions; -using System.Windows; namespace Flow.Launcher.Plugin.SharedCommands { @@ -143,7 +141,6 @@ namespace Flow.Launcher.Plugin.SharedCommands Process.Start(FileExplorerProgramEXE, $" /select,\"{path}\""); } - /// /// This checks whether a given string is a directory path or network location string. /// It does not check if location actually exists.