Hi,
Depending on your compiler you can find the date info in the struct passed to the "findfirst, findnext" fuctions.
MS 16bit compiler dos_findfirst() etc.
Borland 16bit findfirst() etc.
Win32 FindFirstFile() etc.
A search of the help for these functions will give you the struct that is passed to each.
Pappy