tehon3299
Well-known member
I am using this method to get all the files in a directory:
How do I print out all of the names in sFiles?
Thanks
Code:
Dim sFiles() As String = System.IO.Directory.GetFiles("C:\")
How do I print out all of the names in sFiles?
Thanks