in reply to How to get the File creation date

Are you sure that you want "creation date"? You can get a file's last access date and last modified date. If the file has been modified multiple times, I personally am not aware of a method to retrieve the "creation date" of the file.

Replies are listed 'Best First'.
Re^2: How to get the File creation date
by soubalaji (Sexton) on Aug 17, 2010 at 15:15 UTC
    Yes i want only file creation date. when the file is created.

      Unless the creation date is in the file's name or if the file is read only and has never been modified after it was created, I'm not sure if there is a way to get the file's creation date. Perhaps someone else knows of a method to find that information.