folders

  • Thread starter Thread starter Aris
  • Start date Start date
* "Aris said:
How can I get ALL the filenames of a folder in a string[]?

\\\
Dim astrFiles() As String = System.IO.Directory.GetFiles()
///

Notice that this will not get files contained in subfolders.
 
Back
Top