fs icon indicating copy to clipboard operation
fs copied to clipboard

windows driver path problem with glob

Open s-trooper opened this issue 12 years ago • 0 comments

hi, i am on win7 and try to call glob:

=>(glob "c:/") RuntimeException Invalid token: c:/.* clojure.lang.Util.runtimeException (Util.java:170) ")\n(glob "

<RuntimeException java.lang.RuntimeException: Invalid token: c:/*>

seem to be parsing problem with ">" char by windows promt "c:>" or?

s-trooper avatar Jan 05 '13 17:01 s-trooper