Page 1 of 1

Retrieving file date

Posted: Thu Jun 07, 2012 3:12 am
by javiersan
Hello,

Is it possible to retrieve the date a file was last saved (without opening it)? I believe this is not the case and it could be quite useful to have a function to that effect.

Regards,

Javier

Re: Retrieving file date

Posted: Thu Jun 07, 2012 7:46 am
by EViews Gareth
Something like:

Code: Select all

create u 10 shell(out=flist) dir c:\temp\test.prg /t %time = flist(6,1)

Re: Retrieving file date

Posted: Thu Jun 07, 2012 8:18 am
by javiersan
Really clever, thanks.