T
Terry Olsen
I'm using the following For Each loop to read files. How can I get the
files in either date stamp order or filename order?
For Each nntptobbs As String In Directory.GetFiles(NntpDir, "*.nntptobbs")
files in either date stamp order or filename order?
For Each nntptobbs As String In Directory.GetFiles(NntpDir, "*.nntptobbs")