Comment 4 for bug 492053

Revision history for this message
Nikodemus Siivola (nikodemus) wrote : Re: Sbcl errors loading an asdf system on a UNC path in win32

So, does UNIX-STAT work on network shares at all?

There's a comment in MAP-DIRECTORY that makes me think it/PROBE-FILE should work:

         ;; Not QUERY-FILE-SYSTEM :EXISTENCE, since it doesn't work on Windows
         ;; network shares.

but maybe I was confused and tested using a mapped drive instead. If so, PROBE-FILE needs Moar Windows Magic.