Diverse aanpassingen

This commit is contained in:
2026-08-09 14:56:42 +02:00
parent ac8e492aff
commit 2e1899292c
8 changed files with 63 additions and 22 deletions
+7 -5
View File
@@ -31,7 +31,7 @@ raco pkg install
For a versioned archive, specify the package name explicitly:
@verbatim{
raco pkg install --name racket-makefile racket-makefile-0.1.5.zip
raco pkg install --name racket-makefile racket-makefile-0.1.6.zip
}
After installation a makefile can start with:
@@ -260,10 +260,12 @@ For example:
[regexp regexp?]
[#:recursive recursive any/c #f])
list?]{
Returns entries below @racket[directory] that match @racket[regexp]. By default
only the direct contents of @racket[directory] are inspected. With
@racket[#:recursive #t], the complete tree is walked using
@racket[in-directory], and both files and directories can be returned.
Returns entries below @racket[directory] whose file or directory name matches
@racket[regexp]. The regexp is applied to @racket[(file-name-from-path path)],
not to the complete path. By default only the direct contents of
@racket[directory] are inspected. With @racket[#:recursive #t], the complete
tree is walked using @racket[in-directory], and both files and directories can
be returned.
For a non-recursive listing, complete paths are built from @racket[directory],
so the result can be passed directly to file operations such as