Add example for collection-file-path

This commit is contained in:
Leif Andersen 2016-07-31 23:18:58 -04:00
parent bfa269982f
commit 1b050905e9

View File

@ -293,6 +293,9 @@ source), and its result is the result of
and the collection is not found, then the
@exnraise[exn:fail:filesystem].
@examples[(collection-file-path "main.rkt" "racket" "base")
(eval:error (collection-file-path "sandwitch.rkt" "bologna"))]
@history[#:changed "6.0.1.12" @elem{Added the @racket[check-compiled?] argument.}]}