BLOG.CSHARPHELPER.COM: Get and set file creation, modification, and access times in C#
Get and set file creation, modification, and access times in C#
The File class provides methods that get and set file creation, modification, and access times. The following code shows how the example uses those methods to get and set a file's times.
Comments