79596119

Date: 2025-04-28 09:16:11
Score: 1
Natty:
Report link

Thank's to John Skeet, tried the following and suddenly the order was identical.

var directories = Directory.GetDirectories(path).OrderBy(dir => dir, StringComparer.InvariantCultureIgnoreCase).ToArray();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Franz