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

9 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
decl java.util.Date d
decl file f
f.open "example.txt"
d.setTime (f.lastmodified)
out d endl console
f.setlastmodified 10