[Mono-list] Mono C# and Windows Shares

Dick Porter dick@ximian.com
Fri, 21 Jan 2005 10:55:48 +0000


On Fri, 2005-01-21 at 11:27 +0100, Trygve Falch wrote:
> Hi!
> 
> This might be a silly question, but I was wondering if there were a way
> of accessing a windows-share f.ex using File.Copy to copy a file to a
> Windows-share.
> 
> File.Copy using UNC-paths under windows works OK, but not surprisingly
> under say Linux.

We don't support UNC paths.  To do so would I think involve building
samba into mono, which is not sane.

- Dick