Vidyalelo
C# Programming · Q39

File Handling and Input Output in C Sharp

Programming · C# Programming · question 39

Q39

What is the purpose of the File.GetLastWriteTime() method in C#?

A.
Retrieves the date and time when the specified file was last accessed
B.
Retrieves the date and time when the specified file was created
C.
Retrieves the date and time when the specified file was last modified
D.
Retrieves the date and time when the specified file was last written to
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board