I want my program to allow the user to select a folder.

Then I want the program to find all files in that folder and load the filenames into an array as strings.

Does anyone know how I would do this?