RosettaCodeData/Task/File-modification-time/Ursa/file-modification-time.ursa

9 lines
124 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
decl java.util.Date d
decl file f
f.open "example.txt"
d.setTime (f.lastmodified)
out d endl console
f.setlastmodified 10