[CM] How to create directory programmatically?
bil at ccrma.Stanford.EDU
bil at ccrma.Stanford.EDU
Thu Aug 1 07:26:40 PDT 2024
You can load libc.scm, which ties most of libc into s7,
then call mkdir as (*libc* 'mkdir):
((*libc* 'mkdir) "new-dir")
More information about the Cmdist
mailing list