Diverse aanpassingen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user