Hello,
I created an array of files in a directory by doing a:
Dim FileArray As String() = IO.Directory.Ge tFiles(QueueSou rce, "*.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.Ge tFiles(QueueSou rce, "*.Q")
My question is: How can I sort this array on the create-date of the files?
Best regards, Jurgen Oerlemans
Comment