Hi all

I have a five files in C:\test directory as shown below (with its creation time)

File Name Creation Time
--------- -------------
File1.txt 22-APR-2006 17:25:01
File2.txt 21-APR-2006 01:00:12
File3.txt 20-APR-2006 07:11:00
File4.txt 22-APR-2006 12:15:50
File5.txt 22-APR-2006 09:35:32

I want to find the very first file created in that directory. In the above example "File3.txt".

How can I find that?

Please help!

Kanna.