G
Guest
I wondering if it possilble to get the directory files ordered by creation date
string [] files = System.IO.Directory.GetFiles(strPath,"*.msg")
can I sort the returned file by creation date?
or is there a ready method do the jobthat in .NET
string [] files = System.IO.Directory.GetFiles(strPath,"*.msg")
can I sort the returned file by creation date?
or is there a ready method do the jobthat in .NET