adam_k
Veteran Poster
1,057 posts since Jun 2011
Reputation Points: 274
Solved Threads: 205
Skill Endorsements: 11
try this
public sub ListFiles()
'DIR for folder
'add each file to ListBox control
For each file as string in IO.directory.getfiles(Folder Path)
Listbox.items.Add(file)
next
End Sub
ObSys
Junior Poster in Training
77 posts since Nov 2011
Reputation Points: 24
Solved Threads: 7
Skill Endorsements: 0
Question Answered as of 1 Year Ago by
berniefitz,
adam_k
and
ObSys