Created
December 22, 2016 04:20
-
-
Save zhouqiang-cl/73c670ac0fbed580f6a3a7bc6274f404 to your computer and use it in GitHub Desktop.
common lisp 的函数 FILE-WRITE-DATE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
语法 | |
file-write-date pathspec => date | |
参数和值 | |
pathspec --- 一个 pathname 指示符 | |
date --- 时间或者nil | |
描述 | |
返回文件最后修改时间, 如果时间不能确定, 返回 nil | |
代码 | |
* (FILE-WRITE-DATE "y") | |
3689937644 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment