于2012年10月4日 21:47:42,Marco101写到:
Hi,

i need help about this question:

I am developing a Windows Application in C#, my app is running on
client and need to read and write a file on a server. Application know
the path on server ie: D:\\folder1\filename.xxx, application running
on client must map the shared folder1 and must read/write the file.
Someone know the way todo this?

Thank you very much

--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

if the server shares the directory, you may just use \\ip_or_name_of_server\share_name\ to access that directory.

--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to