can we overwrite a file despite moving a file from one folder to another
in python
Answers
Answered by
0
Answer:
Use copy() instead, which is willing to overwrite destination files. If you then want the first tree to go away, just rmtree() it separately once you are done iterating over it.
Answered by
0
Answer:
no bro it cannot be happend
Similar questions