Random random = new Random(); File.WriteAllLines(fileName, File.ReadAllLines(fileName).OrderBy(s => random.Next()).ToArray());
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)