H Herfried K. Wagner [MVP] Dec 19, 2003 #3 * "Aris said: How can I get ALL the filenames of a folder in a string[]? Click to expand... \\\ Dim astrFiles() As String = System.IO.Directory.GetFiles() /// Notice that this will not get files contained in subfolders.
* "Aris said: How can I get ALL the filenames of a folder in a string[]? Click to expand... \\\ Dim astrFiles() As String = System.IO.Directory.GetFiles() /// Notice that this will not get files contained in subfolders.