diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index 239d27e3d..79f307368 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -377,7 +377,9 @@ namespace Flow.Launcher.Plugin.SharedCommands } return true; } - + /// + /// Returns true is the given name is a valid name for a directory, not a path + /// public static bool IsValidDirectoryName(string name) { if (IsReservedName(name)) return false;