File modification time: Difference between revisions

Content added Content deleted
(Added Elixir)
(→‎{{header|Factor}}: For completeness.)
Line 564: Line 564:


"foo.txt" now 2 hours time+ set-file-modified-time</lang>
"foo.txt" now 2 hours time+ set-file-modified-time</lang>

=={{header|Fortran}}==
No facility. The INQUIRE statement for files has no keywords to ascertain the disc file's creation time, last access time, last modification time, and much else also in a standardised way so there is no way to modify these items either. A particular installation may offer library routines (written in assembler perhaps), or a modified compiler with extra features, but in general, there is no facility - other than performing a file action at the desired time.


=={{header|Go}}==
=={{header|Go}}==