> I want to browse through some directory and delete all the files that
are 5
> days and older. I would like to know if there is a way to know
the
> Creation Date of a file with FindFirst (TSearchRec). I know
that it return
> a tSearchRec.tWin32FindData But I don't know the structure
of
> tWin32FindData..
DateTimeToStr(FileDateToDateTime(FileAge( aFileName
)))