Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!pa.dec.com!bacchus!mwm From: mwm@pa.dec.com (Mike (My Watch Has Windows) Meyer) Newsgroups: comp.sys.amiga.programmer Subject: Re: Arexx file dates ? Message-ID: Date: 1 May 91 17:02:28 GMT References: <1589@tronsbox.xei.com> <1185@cbmger.UUCP> Sender: news@pa.dec.com (News) Organization: Missionaria Phonibalonica Lines: 19 In-Reply-To: peterk@cbmger.UUCP's message of 30 Apr 91 12:18:12 GMT In article <1589@tronsbox.xei.com> tron1@tronsbox.xei.com (Kenneth Jamieson) writes: > > From Amiga REXX .. how does one access the filedate ???? Use the STATEF function (in the support library). It returns the file type, size, protection bits, date (in terms days, minutes and ticks), and the comment. Something like: parse value statef(filename) with . . . . days minutes ticks . (you'll have to look at the docs to get the right number of "."'s.)