Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 56)
56.
What does the os.path.join() function do?
Joins two paths into a single path
Checks if a path is a regular file
Returns the base name of a file or directory
Moves a file to a different directory
Answer: Option
Explanation:
os.path.join() joins two paths into a single path.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.