Fix encoding error, files-ls, adding directory #13

Open
Ambrevar wants to merge 6 commits from Ambrevar/master into master
Showing only changes of commit 63ab330868 - Show all commits

View File

@ -522,8 +522,8 @@
(defun files-rm (path &key (recursive nil) (force nil))
"Remove a given file.
/ipns/docs.ipfs.io/reference/api/http/#api-v0-files-rm"
(ipfs-call "files/read" `(("arg" ,source) ("recursive" ,recursive)
("force" ,force))))
(ipfs-call "files/rm" `(("arg" ,path) ("recursive" ,recursive)
("force" ,force))))
;; STRING → ALIST || (NIL STRING)
(defun files-stat (path)