On Mon, 12 Jul 2004, David Baker wrote: > I was wondering if anyone knew how to get the "date modified" date of > a file using MapBasic? By "date modified" I am refering to the date > which you would see if you looked at the files in Window's Explorer.
The FileAttr() function would be the logical place to find that, but it's not there. I think you'll have to use the Windows API library for that -- perhaps GetFileTime() is what you want. - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12562
