I'd like to continuously read in all image files from a folder on my local drive, then do some processing and end the program once all images have been read. The images numbers are not sequential they are random however they are located in a single folder. Currently my program can only read in one file; see code below
string imagePath = Path.Combine(Freconfig.GetSamplesFolder(), "24917324.jpg");