One minute
Ode to .shutil.move() – ‘Oh how you frustrate me’
Originally published on WordPress, Mar 12, 2013
In Hackbright, we had a project from our first week that I was finishing this weekend, and it asked us to use the .shutil.move() function. Based on the reading for this function (linked above), it says “The destination directory must not already exist.” This threw me off for a while because you should have the directory already existing to move a file to it.
My experience with coding it and understanding at this point is that you need to create the directory before you reference it in the function and the quote I pulled is more to warn that if something already exists, it will be overwritten. If anyone has a different take on this function let me know and I’ll update the post.
The main take-away for me from this was despite lots of searching, I had a hard time finding something that gave a clear explanation on this topic and I should have asked my fellow classmates for help.
$ cd /posts/ — all posts