set-last-modified-time
function
babashka.fs/set-last-modified-time
(set-last-modified-time [f time] [f time {:keys [nofollow-links], :as opts}])Sets last modified time of `f` to `time` (`epoch millis` or [FileTime](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/attribute/FileTime.html)).
Examples
No examples yet. Be the first to add one!