I'm wondering how I can change file creation time within C#?
You can use the following method from System.IO namespace:
System.IO
File.SetCreationTime(fileName, fileTime);
1.4m articles
1.4m replys
5 comments
57.0k users