Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 22, 2016 04:20
Show Gist options
  • Save zhouqiang-cl/73c670ac0fbed580f6a3a7bc6274f404 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/73c670ac0fbed580f6a3a7bc6274f404 to your computer and use it in GitHub Desktop.
common lisp 的函数 FILE-WRITE-DATE
语法
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