![]() |
|
Navigation |
Synopsis Last modification date of a location.
Function
datetime lastModified(loc file)
Usage
import IO;
Description Returns last modification time of the file at location
file .
Examples
rascal>import IO;
ok
Determine the last modification date of the Rascal standard library:
rascal>lastModified(|clib-rascal:///IO.rsc|);
datetime: $2014-10-27T16:43:17.000+00:00$
![]() |