i have folder that contain image files which named with number 1,2,3…
how do i read the image file name in sequence starting with 1 until the end(whatever number it is).
i have folder that contain image files which named with number 1,2,3… how do
Share
You may use OrderBy on file array.
For File number with just numeric(int) names try: