Is is possible to get files that is ordered same as in Windows Explorer
I know \"natural sort\", but it\'s not what I need, I need to get the file list ordered by th
If you want natural sort order, you should either P/Invoke StrCmpLogicalW (http://msdn.microsoft.com/en-us/library/bb759947.aspx) or find a managed natural sort algorithm. There is no built-in natural sort in .NET Framework.
StrCmpLogicalW