[.net] Sorting Directory.GetFiles()

The MSDN Documentation states that there is no guarantee of any order on the return values. You have to use the Sort() method.