Skip to content

Commit 436ec7d

Browse files
TheBestPessimistTheBestPessimist
authored andcommitted
cleanup
1 parent 3cecf5b commit 436ec7d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ public static bool FileExists(this string filePath)
143143
return File.Exists(filePath);
144144
}
145145

146-
/*
147-
148-
todo does it make sense to remove Flow.Launcher.Plugin.IPublicAPI.OpenDirectory (used as Context.API.OpenDirectory(path)),
149-
and replace with this function?
150-
todo or the other way around: remove this function and use OpenDirectory
151-
because i don't see the point of having 2 functions which do the same thing
152-
*/
153146
/// <summary>
154147
/// Open a directory window (using the OS's default handler, usually explorer)
155148
/// </summary>
@@ -177,15 +170,6 @@ public static void OpenPath(string fileOrFolderPath)
177170
}
178171
}
179172

180-
/// <summary>
181-
/// Open the folder that contains <paramref name="path"/>
182-
/// </summary>
183-
/// <param name="path"></param>
184-
public static void OpenContainingFolder(string path)
185-
{
186-
Process.Start(FileExplorerProgramName, $" /select,\"{path}\"");
187-
}
188-
189173
///<summary>
190174
/// This checks whether a given string is a directory path or network location string.
191175
/// It does not check if location actually exists.

0 commit comments

Comments
 (0)