How to move only a specific amount of images from a folder
- by Luis Alvarado
I have a folder that has 200.000 images. I want to do the following:
Move an X amount of images (50 images, 100 images, 200 images) from that folder to Y folder.
Each Y folder can be a number (Folder 1, Folder 2, Folder 3...).
The end result might look like this:
Folder 1 (Has X amount of images)
Folder 2 (Has X amount of images)
Folder 3 (Has X amount of images)
Folder 4 (Has X amount of images)