Is there a way to read which files are in a folder, preferrably putting the filenames in a string.

Like:
VB Code:
  1. Dim sFilenames() as String
  2.  
  3. Object.Folder = "C:\Folder\"
  4. sFilenames() = Object.FilesInFolder

But then in a way that works.