In vb you can do this to get the time stamp of a file

// get a time stamp of file
filedate = FileDateTime(a_filename);

Anyone know how do I get the same kind of thing
in c#? Is there another system thing I have to include
also?

Many thanks folks