mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
refactoring
This commit is contained in:
parent
a5ef0cbc0a
commit
a326a7638c
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue