Skip to content

Commit a326a76

Browse files
refactoring
1 parent a5ef0cb commit a326a76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ public static bool IsValidFileName(string name)
377377
}
378378
return true;
379379
}
380-
380+
/// <summary>
381+
/// Returns true is the given name is a valid name for a directory, not a path
382+
/// </summary>
381383
public static bool IsValidDirectoryName(string name)
382384
{
383385
if (IsReservedName(name)) return false;

0 commit comments

Comments
 (0)