Hi

I've searched around the net and the conventional answer for getting the timestamp of a file is to use
File.GetCreationTime. But for some reason, the return DateTime is always different than the timestamp of the file shown in Windows Exlorer.

I'd post sample code, but really, it's a one-liner with a call to File.GetCreationTime();