I find myself often wanting to move a file in a directory tree to same place under a different parent directory. Usually this is because I have a directory tree that I want to separate into different bins depending on criteria. The upshot of which is that I’ve written python code similar to the below […]