Hello,
I would like to loop through all the files in a directory, get their names and stock them in a list variable.
What I tried:
-
Create string variable containing directory path
-
Place a for each activity where we loop through Directory.GetFiles(directory_path)
-
How can I store the string values in a list ?
Thank you !