I am working with den BaseX-File-Module for a while and can access a local folder, 
for example: file:list('C:/').
 
Now I want the same in a Windows network.
If I create a folder on the Desktop of the local machine = localhost and give it a "Freigabe" with "Freigabename" netzlaufwerktestF, it is possible to list it´s contents with:
file:list('//WIN7PROPARPC/netzlaufwerktestF/'). 
 
Now I try the same with a folder on a server, which I can access by windows explorer. I expected the following to work:
file:list('//SERVERNAME_or_IP/Freigabename/')
 
But I get only errors.
Does anybody know the right way to access a network folder with the file module of BaseX under windows?
(I didn´t find anything in the wiki or by google).
 
Thanks in advance
 
Dieter Zanzinger