Members directory reading.
This commit is contained in:
parent
83b27f4de4
commit
29dc5aa1ac
1 changed files with 7 additions and 1 deletions
|
@ -57,9 +57,15 @@
|
|||
(cons fn rs)
|
||||
rs)))))))
|
||||
|
||||
(define (files+symlinks->files-dictionary ls)
|
||||
(let ((links (filter pair? ls))
|
||||
(files (filter string? ls)))
|
||||
(print links)
|
||||
(print files)))
|
||||
|
||||
(define (load-members dn)
|
||||
;; get the directory contents
|
||||
(print (get-files+symlinks dn))
|
||||
(files+symlinks->files-dictionary (get-files+symlinks dn))
|
||||
;; filter all ids
|
||||
;; resolve links (it might be unknown!)
|
||||
;; load member files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue