Files_List = Directory.GetFiles(folderPath,"*.jpeg/jpg etc)
folderPath is variable to store the path of the folder you want to read.
Try these to withing the for each activity.
Files_List = Directory.GetFiles(folderPath,"*.jpeg/jpg etc)
folderPath is variable to store the path of the folder you want to read.
Try these to withing the for each activity.