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);
2.1m questions
2.1m answers
60 comments
57.0k users