J
Jurgen Oerlemans
Hello,
I created an array of files in a directory by doing a:
Dim FileArray As String() = IO.Directory.GetFiles(QueueSource, "*.Q")
My question is: How can I sort this array on the create-date of the files?
Best regards, Jurgen Oerlemans
I created an array of files in a directory by doing a:
Dim FileArray As String() = IO.Directory.GetFiles(QueueSource, "*.Q")
My question is: How can I sort this array on the create-date of the files?
Best regards, Jurgen Oerlemans