Computer Science, asked by sounthariya1011999, 4 months ago

can we overwrite a file despite moving a file from one folder to another
in python​

Answers

Answered by 10ayushranjan
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 shreyansJ
0

Answer:

no bro it cannot be happend

Similar questions