.netwindowsntfsfat32datecreated

Modify Date Created Attribute


How to modify "Date Created" attribute of files and folders in FAT32 and NTFS using .NET?


Solution

  • You're looking for the File.SetCreationTime method, or the writable FileInfo.CreationTime property.