This is the solution to the challenge from the end of lesson 3.
It's a command line utility that finds the image files in the current directory, creates a sub-directory for images and moves them all there. It uses several functions from the File module.
1 Comment
Thanks for
File.rename
! I usedFile.cp
andFile.rm
in my version...