Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top