update types of find-files
and pathlist-closure
This commit is contained in:
parent
2dafb04587
commit
cd7d347051
|
@ -2610,8 +2610,14 @@
|
|||
-Void)]
|
||||
[delete-directory/files (->key -Pathlike #:must-exist? Univ #f -Void)]
|
||||
|
||||
[find-files (->optkey (-> -Path Univ) [(-opt -Pathlike)] #:follow-links? Univ #f (-lst -Path))]
|
||||
[pathlist-closure (->key (-lst -Pathlike) #:follow-links? Univ #f (-lst -Path))]
|
||||
[find-files (->optkey (-> -Path Univ) [(-opt -Pathlike)]
|
||||
#:skip-filtered-directories? Univ #f
|
||||
#:follow-links? Univ #f
|
||||
(-lst -Path))]
|
||||
[pathlist-closure (->key (-lst -Pathlike)
|
||||
#:path-filter (Un (-val #f) (-Path . -> . Univ)) #f
|
||||
#:follow-links? Univ #f
|
||||
(-lst -Path))]
|
||||
|
||||
[fold-files
|
||||
(-poly
|
||||
|
|
Loading…
Reference in New Issue
Block a user