Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 22, 2016 04:07
Show Gist options
  • Save zhouqiang-cl/f76851126d25a25b81b9cc31d18b5772 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/f76851126d25a25b81b9cc31d18b5772 to your computer and use it in GitHub Desktop.
common lisp 的函数 DIRECTORY
语法
directory pathspec &key => pathnames
参数和值
pathspec --- 一个 pathname 指示符
pathnames --- 一个 pathname 列表
描述
找到 pathspec 的 truename
代码
* (directory "y")
(#P"/Users/zhouqiang/y")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment