YBE*_*YBE 12 lisp directory common-lisp
有没有办法使用常见的lisp创建目录.我想首先创建一个文件夹,然后将我的.txt .png文件放入其中.我知道首先我可以在外部创建文件夹,然后使用with-open-file等在目录中创建我的文件.我想要的是一个常见的lisp解决方案.
tru*_*ity 20
(ensure-directories-exist "/path/name/")
Run Code Online (Sandbox Code Playgroud)