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$
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.