File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Flow.Launcher.Plugin/SharedCommands Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,6 @@ public static bool FileExists(this string filePath)
143
143
return File . Exists ( filePath ) ;
144
144
}
145
145
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
- */
153
146
/// <summary>
154
147
/// Open a directory window (using the OS's default handler, usually explorer)
155
148
/// </summary>
@@ -177,15 +170,6 @@ public static void OpenPath(string fileOrFolderPath)
177
170
}
178
171
}
179
172
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
-
189
173
///<summary>
190
174
/// This checks whether a given string is a directory path or network location string.
191
175
/// It does not check if location actually exists.
You can’t perform that action at this time.
0 commit comments