<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Seeing a strange thing on Windows systems:</div><div class=""><br class=""></div><div class=""><div class=""><font face="Courier New" class="">(<a href="mailto:foo@127.0.0.1" class="">foo@127.0.0.1</a>)55> file:list_dir("z:/Signal-53-mp4/frame_store").             </font></div><div class=""><font face="Courier New" class="">{ok,["100","2124","2142","2161"]}</font></div><div class=""><font face="Courier New" class=""><br class=""></font></div><div class=""><font face="Courier New" class="">(<a href="mailto:foo@127.0.0.1" class="">foo@127.0.0.1</a>)56> file:list_dir("//HB-SVR/Video/Signal-53-mp4/frame_store"). </font></div><div class=""><font face="Courier New" class="">{ok,["frame_store"]}</font></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Z: is mapped to //HB-SVR/Video, so I would have expected these two commands to produce the same result, but the one going through the UNC form is giving the wrong answer (the contents of the frame_store folder are “100”, “2121”, “2142" and “2161” as the call through the mapped drive correctly returned).  This issue, in turn, causes other commands such as filelib:wildcard to return the incorrect results when handed UNC paths.</div><div class=""><br class=""></div><div class="">This is running Erlang 21.2 / erts 10.2</div><div class=""><br class=""></div><div class="">Is this a known issue, or am I misunderstanding how the UNC paths should behave?</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Steve</div></body></html>