refactoring

This commit is contained in:
Koisu 2025-06-24 11:46:27 -07:00
parent a5ef0cbc0a
commit a326a7638c

View file

@ -377,7 +377,9 @@ namespace Flow.Launcher.Plugin.SharedCommands
}
return true;
}
/// <summary>
/// Returns true is the given name is a valid name for a directory, not a path
/// </summary>
public static bool IsValidDirectoryName(string name)
{
if (IsReservedName(name)) return false;