shutil.move(file_a, file_b) is what I am using to move a file to another directory in Pycharm under Windows 10
shutil.move(file_a, file_b)
It is moving the file, but not deleting the fi