Created
December 8, 2016 03:45
-
-
Save zhouqiang-cl/36666ae3acdfd8ddd54e415393375f5f to your computer and use it in GitHub Desktop.
common lisp 的函数 USER-HOMEDIR-PATHNAME
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
语法 | |
user-homedir-pathname &optional host => pathname | |
参数和值 | |
host --- 一个 string 或者一个 string 列表 或者 :unspecific | |
pathname --- 一个 pathname 或者 nil | |
描述 | |
返回用户的家目录 | |
代码 | |
* (user-homedir-pathname) | |
#P"/Users/zhouqiang/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment