Created
December 22, 2016 05:45
-
-
Save zhouqiang-cl/7d914fd8065e68c3161393aee03d7f09 to your computer and use it in GitHub Desktop.
common lisp 的函数 DELETE-FILE
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
语法 | |
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