Ask Question

How do i move a file in python3

+5
Answers (1)
  1. 15 April, 15:47
    0
    To move a file in Python, we will need to import the os and shutil modules that provide us the ability to copy, move, and remove files in Python. Both of these modules provide methods to do so, although in many cases the shutil module has more convenient methods.

    Keep in mind that the destination directory needs to exist in order for this example to work. Once you've set up the directories "d1" and "d2" (or just changed the example to fit your directory structure), run the code. Now check out the "d2" directory and you should see the xfile. txt if now present in that directory.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How do i move a file in python3 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers