How do I change file creation time in C#? January 4, 2024 by Tarik You can use the following method from System.IO namespace: File.SetCreationTime(fileName, fileTime);