I have document files on my Windows 2000 that gives the
file creation date in the "Date of Creation" part of the
Properties Summary area of each document. I was hoping to write a Perl
script to get this data. Please advise where this info is
stored on a Windows 2000???
Perl has a stat function that will give me the access and
modification date BUT not the creation date. Now that I
see I can get that creation date in the Properties
(under Summary, then click on "Origin" then it shows
"Date of Creation") section of Word Documents
I was wondering how I can get this info.
Where is it stored so I can fetch it with perl script??