The Image Snatcher

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.

Level up your Elixir skills

Request a free email course

Back to index

1 Comment

Thanks for File.rename ! I used File.cpand File.rm in my version...

- jtoulouse · 5 years ago