The [file->modificationTime] method returns the date and time when the file was last modified.
local(f) = file(...)
#f->modificationTime
The code below displays the date and time the file was last modified in the standard USA format of mm/dd/yyyy hh:mm:ss.
Code
local(styles) = file('/css/style.css')
date(#styles->modificationTime)->format('%-D %r')
Result
12/2/2010 11:04:15 PM
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments