Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 56)
56.
Which module in Python provides functions for working with the file system, such as copying, moving, and deleting files?
filesystem
fileutils
os.path
shutil
Answer: Option
Explanation:
The shutil module in Python provides functions for working with the file system, such as copying, moving, and deleting files.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.