Liking cljdoc? Tell your friends :D

common.fs-ext


extract-resource!clj

(extract-resource! filename)
(extract-resource! filename overwrite)

提取资源文件到当前目录

提取资源文件到当前目录
sourceraw docstring

file-content-equal?clj

(file-content-equal? file1 file2)

两个文件内容是否相同

两个文件内容是否相同
sourceraw docstring

file-dirclj

(file-dir file-path)

获取文件的目录,如果是目录则返回目录本身

获取文件的目录,如果是目录则返回目录本身
sourceraw docstring

file-istreamclj

(file-istream file-path)

获取文件的输入流

获取文件的输入流
sourceraw docstring

file-openclj

(file-open file-path)

读取文件,如果找不到文件则读取资源文件

读取文件,如果找不到文件则读取资源文件
sourceraw docstring

join-files!clj

(join-files! out-file & files)

连接多个文件到out-file

连接多个文件到out-file
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close