This commit is contained in:
Jeremy Wu 2020-07-22 20:41:50 +10:00
parent 8f8b2d7ff8
commit dbfa2bd6c4

View file

@ -178,7 +178,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
///<summary> ///<summary>
/// Gets the previous level directory from a path string. /// Gets the previous level directory from a path string.
/// Checks that previous level directory exists and returns it /// Checks that previous level directory exists and returns it
/// as a path string, or empty string if doesn't exit /// as a path string, or empty string if doesn't exist
///</summary> ///</summary>
public static string GetPreviousExistingDirectory(Func<string, bool> locationExists, string path) public static string GetPreviousExistingDirectory(Func<string, bool> locationExists, string path)
{ {