Recursively go through all the directories
Though this is a very simple task, it is a very intersting one to do because it can have many applications, like deleting files, renaming them based on a sequence, etc. In this code snippet, I’ve applied this technique to rename all the image files with extension “JPG” to “jpg” (to maintain standards and uniformity). So [...]



