Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 34)
34.
What is the purpose of the shutil.move() function?
To move a file or directory to a different location
To copy the contents of a file
To remove a file
To check if a file is empty
Answer: Option
Explanation:
shutil.move() is used to move a file or directory to a different location.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.