I am writing code to check the creation time, last access time and last write time of some files using FindFirstFile and extracting data from WIN32_FIND_DATA.

Creation time is OK bringing up both date and time. However last access and last write bring up a date but not a time. I am using similar code to format date and time in all cases.

Is this right?????

Peter Brown