Created
December 22, 2016 04:07
-
-
Save zhouqiang-cl/f76851126d25a25b81b9cc31d18b5772 to your computer and use it in GitHub Desktop.
common lisp 的函数 DIRECTORY
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
语法 | |
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