基本函数 类别:file
file
file:list-to-stream
说明:
用法:(file:list-to-stream out_file intlist)
参数:1 out_file : 未明确定义; 2 intlist : 整数;
返回值:
示例:file:merge
说明:合并多个文件内容到 dist 文件中。
用法:(file:merge dist lst-files)
参数:1 dist : 未明确定义; 2 lst-files : 列表;
返回值:
示例:file:subst-all
说明:替换文件中的字符串。
用法:(file:subst-all newstr oldstr lspfile new-suffix)
参数:1 newstr : 未明确定义; 2 oldstr : 未明确定义; 3 lspfile : 未明确定义; 4 new-suffix : 未明确定义;
返回值:
示例: