How to modify "Date Created" attribute of files and folders in FAT32 and NTFS using .NET?
You're looking for the File.SetCreationTime method, or the writable FileInfo.CreationTime property.
File.SetCreationTime
FileInfo.CreationTime