From 76358d66e7ef7384f5efb16e9ea1ffc67ad128da Mon Sep 17 00:00:00 2001 From: John Clements Date: Wed, 25 Mar 2009 22:27:26 +0000 Subject: [PATCH] added note on permissions failure in find-files svn: r14282 --- collects/scribblings/reference/filesystem.scrbl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index 951e59bbbb..a64df6bb2a 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -682,6 +682,9 @@ If @scheme[start-path] does not refer to an existing file or directory, then @scheme[predicate] will be called exactly once with @scheme[start-path] as the argument.} +The @scheme[find-files] procedure signals an error if it encounters a directory +on which @scheme[directory-list] fails. + @defproc[(pathlist-closure [path-list (listof path-string?)]) (listof path?)]{