[Mono-dev] windows shares

Dick Porter dick at ximian.com
Fri Nov 25 07:26:58 EST 2005


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





More information about the Mono-devel-list mailing list