Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 22, 2016 05:45
Show Gist options
  • Save zhouqiang-cl/7d914fd8065e68c3161393aee03d7f09 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/7d914fd8065e68c3161393aee03d7f09 to your computer and use it in GitHub Desktop.
common lisp 的函数 DELETE-FILE
语法
delete-file filespec => t
参数和值
filespec --- 一个路径指示符
描述
删除文件
代码
* (DELETE-FILE "test")
T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment