On Fri, 2005-11-25 at 12:40 +0200, Anton Andreev wrote: > How does Mono handles the following on Linux? > > name=@"\\store\work.zip"; > fs_in=new FileStream(name,FileMode.Open,FileAccess.Read,FileShare.Read); mono will try to open the file /store/work.zip We do not link mono with samba, and have no plans to do so. - Dick