Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 8, 2016 03:45
Show Gist options
  • Save zhouqiang-cl/36666ae3acdfd8ddd54e415393375f5f to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/36666ae3acdfd8ddd54e415393375f5f to your computer and use it in GitHub Desktop.
common lisp 的函数 USER-HOMEDIR-PATHNAME
语法
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