Hi, How does Mono handles the following on Linux? name=@"\\store\work.zip"; fs_in=new FileStream(name,FileMode.Open,FileAccess.Read,FileShare.Read); What about the slashes? Would Mono access the file though Windows style is used to access shared files? I do not want to mount as this involves using unmanaged code. Thanks, Anton