<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 15, 2017, at 8:12 AM, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com" class="">mirko.vukovic@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello,<div class=""><br class=""></div><div class="">I'm running CCL on Windows and I would like to access files on the Windows network.</div><div class=""><br class=""></div><div class="">I can map the network folder to a local drive (such as Z:).  This works fine.</div><div class=""><br class=""></div><div class="">However, I am curious if I can directly specify the path to the network folder. Issuing</div><div class=""><br class=""></div><div class="">(directory "//abc/xyz/*")<br class=""></div><div class=""><br class=""></div><div class="">gives NIL</div></div></div></blockquote><br class=""></div><div>CCL doesn't know about UNC-style pathnames, so your strategy of mapping the network folder to a drive letter is the way to go.</div><div><br class=""></div><div><a href="http://trac.clozure.com/ccl/ticket/1086" class="">http://trac.clozure.com/ccl/ticket/1086</a> is a fairly old ticket requesting that ccl be enhanced to support UNC pathnames.</div><div><br class=""></div><div>It might be worthwhile to make a GitHub issue for this if you want.</div><div><br class=""></div></body></html>