Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 47)
47.
What does the os.path.getctime() function return?
Returns the file's creation time
Returns the file's size in bytes
Returns the file's absolute path
Returns the file's modification time
Answer: Option
Explanation:
os.path.getctime() returns the creation time of a file.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.