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

SLaks
- 868,454
- 176
- 1,908
- 1,964
-
wow! too easy! I googled that and faced some strange assembly codes! thank you, +1, what a stupid question I asked! – Dec 08 '10 at 01:13