Hello, > 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.
This is a feature of the Windows kernel, File.Copy just happens to benefit from it. To achieve the same with Linux, you must mount the filesystem with your kernel, or alternatively use one of the automouters available. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
