(for ([path (in-directory)]
#:when (regexp-match? #rx"[.]rkt$" path))
(printf "source file: ~a\n" path))
I got this error message.
Racket\collects\racket\private\for.rkt:1973:2: directory-list: could not open directory
path: C:\Users\facuser\AppData\Local\Application Data
system error: Access is denied.; errno=5
I have access to everything on the path except Application Data.
How can I get this to run?
If special permissions are needed, why is this example shown so prominently?
Thanks.
--
You received this message because you are subscribed to a topic in the Google Groups "Racket Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/racket-users/lJ_5bPhRD2o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to racket-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.