using System . IO;
Directory . SetCreationTime( @"c:\temp" , new DateTime ( 2000 , 01 , 01 ));
File . SetCreationTime( @"c:\temp\temp.txt" , new DateTime ( 2000 , 01 , 01 ));