What is the simplest way in VB6 to loop through all the files in a specified folder directory and get their names?
|
|
|
||
|
|
|
DJ's solution is simple and effective, just throwing out another one in case you need a little more functionality that the FileSystemObject can provide (requires a reference to the Microsoft Scripting Runtime).
|
||
|
|
