Q2
What does `shutil.move()` do?
💬Answer
shutil.move(src, dst) recursively moves a file or directory to another destination. It functions like the Linux mv command.
Related Python Questions
View All PythonQuestions →
Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio